aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/pgpkeys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zh_CN.GB2312/books/handbook/pgpkeys/Makefile')
-rw-r--r--zh_CN.GB2312/books/handbook/pgpkeys/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/zh_CN.GB2312/books/handbook/pgpkeys/Makefile b/zh_CN.GB2312/books/handbook/pgpkeys/Makefile
new file mode 100644
index 0000000000..b92a3c3ccc
--- /dev/null
+++ b/zh_CN.GB2312/books/handbook/pgpkeys/Makefile
@@ -0,0 +1,20 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# Original Revision: 1.3
+# $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"