doc/it_IT.ISO8859-15/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

19 lines
361 B
Makefile

#
# Crea il Manuale con il contenuto di solo questo capitolo.
#
# $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"