svn commit: r51077 - head/en_US.ISO8859-1/htdocs/doc

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Sat Oct  7 10:35:00 2017
New Revision: 51077
URL: https://svnweb.freebsd.org/changeset/doc/51077

Log:
  build pgpkey list only for english pages

Modified:
  head/en_US.ISO8859-1/htdocs/doc/Makefile

Modified: head/en_US.ISO8859-1/htdocs/doc/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/doc/Makefile	Sat Oct  7 10:12:16 2017	(r51076)
+++ head/en_US.ISO8859-1/htdocs/doc/Makefile	Sat Oct  7 10:35:00 2017	(r51077)
@@ -14,8 +14,9 @@
 
 _DOC_FORMATS?=	html-split html
 
-all: all-all all-pgpkeyring
+all: all-all 
 
+
 all-all:
 	${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
 
@@ -32,6 +33,10 @@ install:
 	${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"
+.if ${LANGCODE} == en_US.ISO8859-1
+all: all-pgpkeyring
+.endif
+
 
 # XXX
 obj: _OBJUSE
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.