PGPkeys separation: now the pgpkeys will be in doc/share/pgpkeys, update
all files using the keys to match the change.
This commit is contained in:
parent
5a5ac784a8
commit
1ace559219
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16831
9 changed files with 11 additions and 11 deletions
|
@ -57,7 +57,7 @@
|
|||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<book lang="de">
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||
${.CURDIR}/pgpkeys.ent
|
||||
${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
|
||||
SRCS+= ${PGPKEYS}
|
||||
|
||||
VPATH= ..
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$Id: book.sgml,v 1.12 2003-01-01 19:37:24 blackend Exp $
|
||||
$Id: book.sgml,v 1.13 2003-05-08 10:07:51 blackend Exp $
|
||||
Original revision: 1.127
|
||||
-->
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
|||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<book lang="fr">
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.1 2002-08-30 17:52:00 blackend Exp $
|
||||
# $Id: Makefile,v 1.2 2003-05-08 10:07:51 blackend Exp $
|
||||
# Original revision: 1.2
|
||||
#
|
||||
|
||||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||
${DOC_PREFIX}/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent
|
||||
${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
|
||||
SRCS+= ${PGPKEYS}
|
||||
|
||||
VPATH= ..
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<!ENTITY % chap.index "IGNORE">
|
||||
<!ENTITY % chap.colophon "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent">
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent">
|
||||
%pgpkeys;
|
||||
]>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||
${.CURDIR}/../../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent
|
||||
${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
|
||||
SRCS+= ${PGPKEYS}
|
||||
|
||||
VPATH= ..
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||
${DOC_PREFIX}/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent
|
||||
${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
|
||||
SRCS+= ${PGPKEYS}
|
||||
|
||||
VPATH= ..
|
||||
|
|
Loading…
Reference in a new issue