MFen.
This commit is contained in:
parent
5c631d3a7e
commit
0c4801d5b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12276
3 changed files with 229 additions and 2828 deletions
ja_JP.eucJP/books/handbook
|
@ -55,6 +55,8 @@
|
||||||
<!ENTITY % chap.eresources "IGNORE">
|
<!ENTITY % chap.eresources "IGNORE">
|
||||||
<!ENTITY % chap.pgpkeys "IGNORE">
|
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||||
<!ENTITY % chap.index "IGNORE">
|
<!ENTITY % chap.index "IGNORE">
|
||||||
|
|
||||||
|
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<book>
|
<book>
|
||||||
|
|
|
@ -3,10 +3,14 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
CHAPTERS= pgpkeys/chapter.sgml
|
CHAPTERS= pgpkeys/chapter.sgml
|
||||||
|
|
||||||
|
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
|
||||||
|
${DOC_PREFIX}/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent
|
||||||
|
SRCS+= ${PGPKEYS}
|
||||||
|
|
||||||
VPATH= ..
|
VPATH= ..
|
||||||
|
|
||||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue