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:
Marc Fonvieille 2003-05-08 10:07:51 +00:00
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

View file

@ -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>

View file

@ -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= ..