Clean up properly when STYLESHEET_TYPE is set to "xsl".
Reviewed by: trhodes
This commit is contained in:
parent
8785ea9b07
commit
86d10cdda4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16500
1 changed files with 4 additions and 0 deletions
|
@ -325,6 +325,10 @@ CLEANFILES+= ${.CURDIR:T}.pdb
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if (${STYLESHEET_TYPE} == "xsl")
|
||||
CLEANFILES+= ${DOC}.xml .sxerr
|
||||
.endif
|
||||
|
||||
.if (${LOCAL_CSS_SHEET} != ${CSS_SHEET}) && \
|
||||
(${_cf} == "html-split" || ${_cf} == "html-split.tar" || \
|
||||
${_cf} == "html" || ${_cf} == "html.tar" || ${_cf} == "txt")
|
||||
|
|
Loading…
Reference in a new issue