doc/fr_FR.ISO8859-1/books/handbook/pgpkeys/Makefile
Marc Fonvieille 1ace559219 PGPkeys separation: now the pgpkeys will be in doc/share/pgpkeys, update
all files using the keys to match the change.
2003-05-08 10:07:51 +00:00

21 lines
441 B
Makefile

#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
# $Id: Makefile,v 1.2 2003-05-08 10:07:51 blackend Exp $
# Original revision: 1.2
#
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"