aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/books/handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fr_FR.ISO8859-1/books/handbook/Makefile')
-rw-r--r--fr_FR.ISO8859-1/books/handbook/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/fr_FR.ISO8859-1/books/handbook/Makefile b/fr_FR.ISO8859-1/books/handbook/Makefile
index 643e16dd3a..763d3d328d 100644
--- a/fr_FR.ISO8859-1/books/handbook/Makefile
+++ b/fr_FR.ISO8859-1/books/handbook/Makefile
@@ -7,26 +7,6 @@
# Build the FreeBSD Handbook.
#
-# ------------------------------------------------------------------------
-#
-# 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=blackend@FreeBSD.org
DOC?= book
@@ -228,16 +208,6 @@ 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}
-
-#
-# Handbook-specific variables
-#
-.if defined(WITH_PGPKEYS)
-JADEFLAGS+= -V withpgpkeys
-.endif
-
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..