diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2014-03-07 12:23:51 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2014-03-07 12:23:51 +0000 |
| commit | bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch) | |
| tree | aadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /ru_RU.KOI8-R | |
| parent | 42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff) | |
- Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
Notes
svn path=/head/; revision=44166
Diffstat (limited to 'ru_RU.KOI8-R')
| -rw-r--r-- | ru_RU.KOI8-R/books/handbook/Makefile | 30 | ||||
| -rw-r--r-- | ru_RU.KOI8-R/htdocs/doc/Makefile | 2 |
2 files changed, 1 insertions, 31 deletions
diff --git a/ru_RU.KOI8-R/books/handbook/Makefile b/ru_RU.KOI8-R/books/handbook/Makefile index 8c5ccecd07..3d15be6be7 100644 --- a/ru_RU.KOI8-R/books/handbook/Makefile +++ b/ru_RU.KOI8-R/books/handbook/Makefile @@ -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}/../../.. diff --git a/ru_RU.KOI8-R/htdocs/doc/Makefile b/ru_RU.KOI8-R/htdocs/doc/Makefile index f36aa177b3..344138eefa 100644 --- a/ru_RU.KOI8-R/htdocs/doc/Makefile +++ b/ru_RU.KOI8-R/htdocs/doc/Makefile @@ -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 |
