aboutsummaryrefslogblamecommitdiff
path: root/en_US.ISO8859-1/books/handbook/pgpkeys/Makefile
blob: 7c61203affc17906feb5d34e1e3b1cdd252291fa (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
                                                                 
                                                           

                          






                                                     
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#

CHAPTERS= 	pgpkeys/chapter.sgml

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"