Add ${DOC}.ps in pdf target CLEANFILES, this is needed to correctly clean
the Handbook build in pdf format.
This commit is contained in:
parent
34f6cf9da5
commit
53756ddd2e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15869
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ 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 \
|
||||
${DOC}.tex
|
||||
${DOC}.tex ${DOC}.ps
|
||||
|
||||
.elif ${_cf} == "pdb"
|
||||
_docs+= ${.CURDIR:T}.pdb
|
||||
|
|
Loading…
Reference in a new issue