aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/handbook/pgpkeys/Makefile
blob: b7b69da0846ab1acb5e840372ca346402e31740c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
# Original revision: 1.3

CHAPTERS= 	pgpkeys/chapter.xml

PGPKEYS!=	perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
		    ${DOC_PREFIX}/share/pgpkeys/pgpkeys.ent
SRCS+=		${PGPKEYS}

VPATH=		..

MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}

DOC_PREFIX?= 	${.CURDIR}/../../../..

.include "../Makefile"