From bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 7 Mar 2014 12:23:51 +0000 Subject: - Move the PGP keyring generation to the language-independent share directory Discussed with: hrs, wblock --- zh_CN.UTF-8/books/handbook/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'zh_CN.UTF-8/books') diff --git a/zh_CN.UTF-8/books/handbook/Makefile b/zh_CN.UTF-8/books/handbook/Makefile index 4fb68e4079..dbb07d4a2e 100644 --- a/zh_CN.UTF-8/books/handbook/Makefile +++ b/zh_CN.UTF-8/books/handbook/Makefile @@ -5,24 +5,6 @@ # # Original revision: r38039 -# ------------------------------------------------------------------------ -# -# Handbook-specific variables -# -# WITH_PGPKEYS The print version of the handbook only prints PGP -# fingerprints by default. If you would like for the -# entire key to be displayed, then set this variable. -# This option has no affect on the HTML formats. -# -# Handbook-specific targets -# -# pgpkeyring This target will read the contents of -# pgpkeys/chapter.xml and will extract all of -# the pgpkeys to standard out. This output can then -# be redirected into a file and distributed as a -# public keyring of FreeBSD developers that can -# easily be imported into PGP/GPG. -# # ------------------------------------------------------------------------ # # To add a new chapter to the Handbook: @@ -296,18 +278,8 @@ CHAPTERS?= ${SRCS:M*chapter.xml} XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} XMLFLAGS+= -i chap.freebsd-glossary -pgpkeyring: pgpkeys/chapter.xml - @${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} - DOC_PREFIX?= ${.CURDIR}/../../.. -# -# Handbook-specific variables -# -.if defined(WITH_PGPKEYS) -JADEFLAGS+= -V withpgpkeys -.endif - URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. -- cgit v1.2.3