Add autogenerated files to CLEANFILES.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-10-05 20:32:26 +00:00
parent fb9d97947b
commit a1eb21d935
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51060
4 changed files with 28 additions and 0 deletions

View file

@ -21,6 +21,13 @@ SRCS?= errata.xml
DATA+= ${DOC}.html
beforeclean:
CLEANFILES+= ${DOC}.html \
${DOC}.txt \
catalog-cwd.xml \
autogen.ent \
${DOC}.parsed.*
install: ${DOC}.html
mkdir -p ${DOCINSTALLDIR}
${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR}

View file

@ -21,6 +21,13 @@ SRCS?= hardware.xml
DATA+= ${DOC}.html
beforeclean:
CLEANFILES+= ${DOC}.html \
${DOC}.txt \
catalog-cwd.xml \
autogen.ent \
${DOC}.parsed.*
install: ${DOC}.html
mkdir -p ${DOCINSTALLDIR}
${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR}

View file

@ -21,6 +21,13 @@ SRCS?= readme.xml
DATA+= ${DOC}.html
beforeclean:
CLEANFILES+= ${DOC}.html \
${DOC}.txt \
catalog-cwd.xml \
autogen.ent \
${DOC}.parsed.*
install: ${DOC}.html
mkdir -p ${DOCINSTALLDIR}
${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR}

View file

@ -21,6 +21,13 @@ SRCS?= relnotes.xml
DATA+= ${DOC}.html
beforeclean:
CLEANFILES+= ${DOC}.html \
${DOC}.txt \
catalog-cwd.xml \
autogen.ent \
${DOC}.parsed.*
install: ${DOC}.html
mkdir -p ${DOCINSTALLDIR}
${INSTALL_DOCS} ${DATA} ${DOCINSTALLDIR}