aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1/books
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
commitbc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch)
treeaadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /pt_BR.ISO8859-1/books
parent42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff)
downloaddoc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.tar.gz
doc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.zip
- Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
Notes
Notes: svn path=/head/; revision=44166
Diffstat (limited to 'pt_BR.ISO8859-1/books')
-rw-r--r--pt_BR.ISO8859-1/books/handbook/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/pt_BR.ISO8859-1/books/handbook/Makefile b/pt_BR.ISO8859-1/books/handbook/Makefile
index 9d74af4614..49531ae1b6 100644
--- a/pt_BR.ISO8859-1/books/handbook/Makefile
+++ b/pt_BR.ISO8859-1/books/handbook/Makefile
@@ -9,26 +9,6 @@
# Original revision: 1.53
#
-# ------------------------------------------------------------------------
-#
-# 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.
-#
-# ------------------------------------------------------------------------
-
MAINTAINER=lioux@FreeBSD.org
DOC?= book
@@ -151,16 +131,6 @@ CHAPTERS?= ${SRCS:M*chapter.xml}
XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
-pgpkeyring: pgpkeys/chapter.xml
- @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}
-
DOC_PREFIX?= ${.CURDIR}/../../..
-#
-# Handbook-specific variables
-#
-.if defined(WITH_PGPKEYS)
-JADEFLAGS+= -V withpgpkeys
-.endif
-
.include "${DOC_PREFIX}/share/mk/doc.project.mk"