Add ${DOC}.tex to CLEANFILES list of ps and pdf formats.

This commit is contained in:
Marc Fonvieille 2002-12-29 13:01:16 +00:00
parent e7f2c1ecb6
commit e08cad3e13
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15452

View file

@ -300,10 +300,11 @@ CLEANFILES+= ${DOC}.aux ${DOC}.log ${DOC}.tex
CLEANFILES+= ${DOC}.aux ${DOC}.log
.elif ${_cf} == "ps"
CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.tex-ps
CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.tex-ps ${DOC}.tex
.elif ${_cf} == "pdf"
CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.out ${DOC}.tex-pdf
CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.out ${DOC}.tex-pdf \
${DOC}.tex
.elif ${_cf} == "pdb"
_docs+= ${.CURDIR:T}.pdb