This commit is contained in:
Jun Kuriyama 2002-02-25 03:31:14 +00:00
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

View file

@ -55,6 +55,8 @@
<!ENTITY % chap.eresources "IGNORE">
<!ENTITY % chap.pgpkeys "IGNORE">
<!ENTITY % chap.index "IGNORE">
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
]>
<book>

View file

@ -3,10 +3,14 @@
#
# $FreeBSD$
#
# Original revision: 1.1
# 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
SRCS+= ${PGPKEYS}
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}

File diff suppressed because it is too large Load diff