aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15
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 /it_IT.ISO8859-15
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 'it_IT.ISO8859-15')
-rw-r--r--it_IT.ISO8859-15/books/handbook/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/it_IT.ISO8859-15/books/handbook/Makefile b/it_IT.ISO8859-15/books/handbook/Makefile
index 4ea1fc4e5c..d35dbf7c42 100644
--- a/it_IT.ISO8859-15/books/handbook/Makefile
+++ b/it_IT.ISO8859-15/books/handbook/Makefile
@@ -5,29 +5,6 @@
# Crea il Manuale di FreeBSD.
#
-# ------------------------------------------------------------------------
-#
-# Variabili specifiche del Manuale
-#
-# WITH_PGPKEYS La versione stampata del manuale riporta solo i
-# fingerprints PGP di base. Se vuoi visualizzare
-# le chiavi intere, allora setta questa variabile.
-# Questa opzione non ha effetto sui formati HTML.
-#
-# Targets specifici del Manuale
-#
-# pgpkeyring Questo target leggerà il contenuto del file
-# pgpkeys/chapter.xml ad estrarrà tutte le chiavi
-# pgp sullo standard output. Questo output può
-# quindi essere rediretto su un file e distribuito
-# come un keyring pubblico degli sviluppatori di
-# FreeBSD che può essere facilmente importato in
-# PGP/GPG.
-#
-# ------------------------------------------------------------------------
-
-.PATH: ${.CURDIR}/../../share/xml/glossary
-
MAINTAINER= ale@FreeBSD.org
DOC?= book
@@ -229,16 +206,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}
-
-#
-# Variabili specifiche del Manuale
-#
-.if defined(WITH_PGPKEYS)
-JADEFLAGS+= -V withpgpkeys
-.endif
-
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..