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
|
@ -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= ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue