Do not add dependency to .txt format because it uses .html rendering
results in .ALLSRC.
This commit is contained in:
parent
9b110f5874
commit
4d030331b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54461
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ DOC_PREFIX?= ${.CURDIR}/../../..
|
|||
|
||||
# XXXHRS temporary measure to handle PGP key dependency
|
||||
.PATH: ${DOC_PREFIX}/share/pgpkeys
|
||||
.for f in ${FORMATS}
|
||||
.for f in ${FORMATS:Ntxt}
|
||||
${DOC}.${f}: ${_DEPENDSET.pgpkeys}
|
||||
.endfor
|
||||
|
|
Loading…
Reference in a new issue