svn commit: r54461 - head/en_US.ISO8859-1/articles/pgpkeys
Hiroki Sato
hrs at FreeBSD.org
Thu Sep 3 04:35:45 UTC 2020
Author: hrs
Date: Thu Sep 3 04:35:44 2020
New Revision: 54461
URL: https://svnweb.freebsd.org/changeset/doc/54461
Log:
Do not add dependency to .txt format because it uses .html rendering
results in .ALLSRC.
Modified:
head/en_US.ISO8859-1/articles/pgpkeys/Makefile
Modified: head/en_US.ISO8859-1/articles/pgpkeys/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/pgpkeys/Makefile Thu Sep 3 04:23:59 2020 (r54460)
+++ head/en_US.ISO8859-1/articles/pgpkeys/Makefile Thu Sep 3 04:35:44 2020 (r54461)
@@ -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
More information about the svn-doc-head
mailing list