Do not add dependency to .txt format because it uses .html rendering

results in .ALLSRC.
This commit is contained in:
Hiroki Sato 2020-09-03 04:35:44 +00:00
parent 9b110f5874
commit 4d030331b5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54461

View file

@ -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