aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile')
-rw-r--r--ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile b/ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile
new file mode 100644
index 0000000000..fabed18c42
--- /dev/null
+++ b/ru_RU.KOI8-R/books/porters-handbook/appendices/Makefile
@@ -0,0 +1,17 @@
+#
+# Build the Porters Handbook with just the content from this chapter.
+#
+# $FreeBSD$
+#
+# Original revision: r43840
+#
+
+CHAPTERS= appendices/chapter.xml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"