svn commit: r54461 - head/en_US.ISO8859-1/articles/pgpkeys
Hiroki Sato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"