Add LEGALNOTICE.html and TRADEMARKS.html to CLEANFILES when appropriate.

This commit is contained in:
Ceri Davies 2003-10-02 19:46:49 +00:00
parent c5d44f3f0d
commit 636e72e5a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18301

View file

@ -358,7 +358,13 @@ CLEANFILES+= ${DOC}.xml .sxerr
CLEANFILES+= ${LOCAL_CSS_SHEET}
.endif
.endfor
.if !defined(WITH_INLINE_LEGALNOTICE) || empty(WITH_INLINE_LEGALNOTICE) && \
(${_cf} == "html-split" || ${_cf} == "html-split.tar" || \
${_cf} == "html" || ${_cf} == "html.tar" || ${_cf} == "txt")
CLEANFILES+= LEGALNOTICE.html TRADEMARKS.html
.endif
.endfor # _curformat in ${FORMATS} #
#