- Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
This commit is contained in:
parent
42293fc096
commit
bc0ea04e7d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44166
25 changed files with 41 additions and 407 deletions
2
Makefile
2
Makefile
|
@ -31,6 +31,8 @@ SUBDIR+= zh_CN.UTF-8
|
|||
SUBDIR+= zh_TW.Big5
|
||||
.endif
|
||||
|
||||
SUBDIR+= share
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}
|
||||
|
||||
.if exists(/usr/bin/svnlite)
|
||||
|
|
|
@ -275,9 +275,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}
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
|
|
|
@ -7,25 +7,6 @@
|
|||
# %SRCID% 43126
|
||||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# ÌåôáâëçôÝò ó÷åôéêÝò ìå ôï Åã÷åéñßäéï
|
||||
#
|
||||
# WITH_PGPKEYS Ç åêôõðþóéìç ìïñöÞ ôïõ åã÷åéñéäßïõ ðåñéÝ÷åé êáíïíéêÜ
|
||||
# ìüíï ôá fingerprints áðü ôá PGP êëåéäéÜ. Áí èÝëåôå
|
||||
# íá åêôõðþíïíôáé ïëüêëçñá ôá êëåéäéÜ, ôüôå áõôÞ ç
|
||||
# ìåôáâëçôÞ ðñÝðåé íá åßíáé 'defined'. ÁõôÞ ç åðéëïãÞ
|
||||
# äåí åðçñåÜæåé óå ôßðïôá ôéò ìïñöÝò HTML.
|
||||
#
|
||||
# Make 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.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# Για να προσθέσετε ένα νέο κεφάλαιο στο Εγχειρίδιο:
|
||||
|
@ -293,16 +274,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}/../../..
|
||||
|
||||
|
|
|
@ -5,25 +5,6 @@
|
|||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# 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:
|
||||
#
|
||||
# - Update this Makefile, chapters.ent and book.xml
|
||||
|
@ -287,16 +268,6 @@ CHAPTERS?= ${SRCS:M*chapter.xml}
|
|||
XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
|
||||
XMLFLAGS+= -i chap.freebsd-glossary
|
||||
|
||||
pgpkeyring: pgpkeys/chapter.xml ${DOC}.parsed.xml
|
||||
@${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} ${DOC}.parsed.xml
|
||||
|
||||
#
|
||||
# Handbook-specific variables
|
||||
#
|
||||
.if defined(WITH_PGPKEYS)
|
||||
JADEFLAGS+= -V withpgpkeys
|
||||
.endif
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
|
@ -343,8 +314,3 @@ SRCS+= mirrors.lastmod.inc \
|
|||
eresources.xml.www.index.inc
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
||||
# XXX
|
||||
.if defined(FINGERPRINTS_ONLY)
|
||||
XSLTPROCOPTS+=--param generate.fingerprint.only '1'
|
||||
.endif
|
||||
|
|
|
@ -26,7 +26,7 @@ all-install:
|
|||
INSTALL_COMPRESSED= install
|
||||
all-pgpkeyring:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${DOC_PREFIX}/${LANGCODE}/books/handbook; \
|
||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
||||
${MAKE} \
|
||||
pgpkeyring > ${.OBJDIR}/pgpkeyring.txt
|
||||
|
||||
|
|
|
@ -10,26 +10,6 @@
|
|||
# %SRCID% 0.0
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# 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= jesusr@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
@ -200,16 +180,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"
|
||||
|
|
|
@ -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}/../../..
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ all-install:
|
|||
INSTALL_COMPRESSED= install
|
||||
all-pgpkeyring:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
||||
${MAKE} \
|
||||
pgpkeyring > ${.OBJDIR}/pgpkeyring.txt
|
||||
|
||||
|
|
|
@ -9,24 +9,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.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# To add a new chapter to the Handbook:
|
||||
|
@ -255,16 +237,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}/../../..
|
||||
|
||||
|
|
|
@ -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}/../../..
|
||||
|
||||
|
|
|
@ -7,25 +7,6 @@
|
|||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# 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:
|
||||
#
|
||||
# - Update this Makefile, chapters.ent and book.xml
|
||||
|
@ -294,16 +275,6 @@ CHAPTERS?= ${SRCS:M*chapter.xml}
|
|||
XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
|
||||
XMLFLAGS+= -i chap.freebsd-glossary
|
||||
|
||||
pgpkeyring: pgpkeys/chapter.xml ${DOC}.parsed.xml
|
||||
@${XSLTPROC} ${XSLPGP} ${DOC}.parsed.xml
|
||||
|
||||
#
|
||||
# Handbook-specific variables
|
||||
#
|
||||
.if defined(WITH_PGPKEYS)
|
||||
JADEFLAGS+= -V withpgpkeys
|
||||
.endif
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
|
|
|
@ -7,25 +7,6 @@
|
|||
# Bouw het Nederlandse FreeBSD Handboek.
|
||||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# Handboekspecifieke variabelen
|
||||
#
|
||||
# WITH_PGPKEYS De gedrukte verie van het handboek geeft standaard
|
||||
# alleen PGP vingerafdrukken weer. Als het gewenst
|
||||
# is dat de complete sleutel wordt weergegeven dan
|
||||
# dient deze variabele insteld te worden. De optie
|
||||
# heeft geen invloed op de HTML formaten.
|
||||
#
|
||||
# Handboekspecifieke doelen
|
||||
#
|
||||
# pgpkeyring Dit doel leest de inhoud van pgpkeys/chapter.xml
|
||||
# en schrijft dan alle PGP sleutels naar stdout.
|
||||
# De uitvoer kan omgeleid worden naar een bestand
|
||||
# en verspreid worden als een publieke sleutelring
|
||||
# van FreeBSD ontwikkelaars die eenvoudig in
|
||||
# PGP/GPG ingelezen kan worden.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
# Om een nieuw hoofdstuk aan het Handboek toe te voegen:
|
||||
#
|
||||
|
@ -291,16 +272,6 @@ CHAPTERS?= ${SRCS:M*chapter.xml}
|
|||
XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
|
||||
XMLFLAGS+= -i chap.freebsd-glossary
|
||||
|
||||
pgpkeyring: pgpkeys/chapter.xml
|
||||
@${XSLTPROC} ${XSLPGP} ${DOC}.parsed.xml
|
||||
|
||||
#
|
||||
# Handboekspecifieke variablen
|
||||
#
|
||||
.if defined(WITH_PGPKEYS)
|
||||
JADEFLAGS+= -V withpgpkeys
|
||||
.endif
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
|
|
|
@ -6,26 +6,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.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
.PATH: ${.CURDIR}/../../share/xml/glossary
|
||||
|
||||
MAINTAINER= doc@FreeBSD.org
|
||||
|
@ -197,16 +177,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}/../../..
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -131,7 +131,7 @@ release.1:
|
|||
.endif
|
||||
# Build PGP key ring
|
||||
${RM} -f ${DOCKEYFILE}
|
||||
cd ${DOC_PREFIX}/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${DOCKEYFILE}
|
||||
cd ${DOC_PREFIX}/share/pgpkeys && ${MAKE} pgpkeyring > ${DOCKEYFILE}
|
||||
# Construct the build.txt file with the documentation build info.
|
||||
${RM} -f ${DOCBUILDFILE}
|
||||
${TOUCH} ${DOCBUILDFILE}
|
||||
|
|
|
@ -9,26 +9,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.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
.PATH: ${.CURDIR}/../../share/xml/glossary
|
||||
|
||||
MAINTAINER=phantom@FreeBSD.org
|
||||
|
@ -241,16 +221,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}/../../..
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ all-install:
|
|||
INSTALL_COMPRESSED= install
|
||||
all-pgpkeyring:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${DOC_PREFIX}/${LANGCODE}/books/handbook; \
|
||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
||||
${MAKE} \
|
||||
pgpkeyring > ${.OBJDIR}/pgpkeyring.txt
|
||||
|
||||
|
|
5
share/Makefile
Normal file
5
share/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= pgpkeys
|
||||
|
||||
.include <bsd.subdir.mk>
|
|
@ -58,7 +58,6 @@ XSLXHTML?= http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml.xsl
|
|||
XSLXHTMLCHUNK?= http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml-chunk.xsl
|
||||
XSLEPUB?= http://www.FreeBSD.org/XML/share/xml/freebsd-epub.xsl
|
||||
XSLFO?= http://www.FreeBSD.org/XML/share/xml/freebsd-fo.xsl
|
||||
XSLPGP?= http://www.FreeBSD.org/XML/share/xml/freebsd-pgpkeyring.xsl
|
||||
|
||||
XSLSCH?= /usr/local/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl
|
||||
|
||||
|
|
24
share/pgpkeys/Makefile
Normal file
24
share/pgpkeys/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
XSLPGP= http://www.FreeBSD.org/XML/share/xml/freebsd-pgpkeyring.xsl
|
||||
|
||||
FILES= pgpkeyring.txt
|
||||
CLEANFILES= pgpkeyring.txt keyring.xml
|
||||
|
||||
keyring.xml:
|
||||
@${ECHO_CMD} "<?xml version='1.0' encoding='UTF-8'?>" > ${.TARGET}
|
||||
@${ECHO_CMD} "<keyring>" >> ${.TARGET}
|
||||
@${CAT} *.key >> ${.TARGET}
|
||||
@${ECHO_CMD} "</keyring>" >> ${.TARGET}
|
||||
|
||||
pgpkeyring: keyring.xml
|
||||
@${XSLTPROC} ${XSLTPROCOPTS} ${XSLPGP} keyring.xml
|
||||
|
||||
pgpkeyring.txt:
|
||||
@${MAKE} pgpkeyring >${.TARGET}
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
||||
.if defined(FINGERPRINTS_ONLY)
|
||||
XSLTPROCOPTS+=--param generate.fingerprint.only '1'
|
||||
.endif
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
sh addkey.sh decke 59C48D501F718F36 ;
|
||||
|
@ -6,8 +5,8 @@ sh addkey.sh decke 59C48D501F718F36 ;
|
|||
<programlisting xmlns="http://docbook.org/ns/docbook" role="pgpfingerprint"><![CDATA[
|
||||
pub 4096R/59C48D501F718F36 2013-11-22 [expires: 2016-11-21]
|
||||
Key fingerprint = 2824 75D6 97AB C053 1B71 C127 59C4 8D50 1F71 8F36
|
||||
uid Bernhard Fröhlich <decke@FreeBSD.org>
|
||||
uid Bernhard Fröhlich <decke@bluelife.at>
|
||||
uid Bernhard Fröhlich <decke@FreeBSD.org>
|
||||
uid Bernhard Fröhlich <decke@bluelife.at>
|
||||
sub 4096R/18EA4819E808DF16 2013-11-22 [expires: 2016-11-21]
|
||||
|
||||
]]></programlisting>
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
sh addkey.sh scop BCD241CB;
|
||||
-->
|
||||
<programlisting xmlns="http://docbook.org/ns/docbook" role="pgpfingerprint"><![CDATA[
|
||||
pub 1024D/BCD241CB 2002-04-07 Ville Skyttä <ville.skytta@iki.fi>
|
||||
pub 1024D/BCD241CB 2002-04-07 Ville Skyttä <ville.skytta@iki.fi>
|
||||
Key fingerprint = 4E0D EBAB 3106 F1FA 3FA9 B875 D98C D635 BCD2 41CB
|
||||
uid Ville Skyttä <ville.skytta@xemacs.org>
|
||||
uid Ville Skyttä <scop@FreeBSD.org>
|
||||
uid Ville Skyttä <ville.skytta@xemacs.org>
|
||||
uid Ville Skyttä <scop@FreeBSD.org>
|
||||
sub 2048g/9426F4D1 2002-04-07
|
||||
]]></programlisting>
|
||||
<programlisting xmlns="http://docbook.org/ns/docbook" role="pgpkey"><![CDATA[
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!--
|
||||
sh addkey.sh thomas 393D2469;
|
||||
-->
|
||||
<programlisting xmlns="http://docbook.org/ns/docbook" role="pgpfingerprint"><![CDATA[
|
||||
pub 1024D/393D2469 1999-09-23 Thomas Quinot <thomas@cuivre.fr.eu.org>
|
||||
Empreinte de la clé = 4737 A0AD E596 6D30 4356 29B8 004D 54B8 393D 2469
|
||||
Empreinte de la clé = 4737 A0AD E596 6D30 4356 29B8 004D 54B8 393D 2469
|
||||
uid Thomas Quinot <thomas@debian.org>
|
||||
uid Thomas Quinot <thomas@FreeBSD.org>
|
||||
sub 1024g/8DE13BB2 1999-09-23
|
||||
|
|
|
@ -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}/../../..
|
||||
|
||||
|
|
|
@ -5,26 +5,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.
|
||||
#
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
.PATH: ${.CURDIR}/../../share/xml/glossary
|
||||
|
||||
MAINTAINER= doc@FreeBSD.org
|
||||
|
@ -241,16 +221,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}/../../..
|
||||
|
||||
|
|
Loading…
Reference in a new issue