Clean up properly when STYLESHEET_TYPE is set to "xsl".

Reviewed by:	trhodes
This commit is contained in:
Ceri Davies 2003-04-08 22:00:23 +00:00
parent 8785ea9b07
commit 86d10cdda4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16500

View file

@ -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")