aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/books/handbook/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/books/handbook/install/Makefile')
-rw-r--r--ru_RU.KOI8-R/books/handbook/install/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/handbook/install/Makefile b/ru_RU.KOI8-R/books/handbook/install/Makefile
new file mode 100644
index 0000000000..9172aab14a
--- /dev/null
+++ b/ru_RU.KOI8-R/books/handbook/install/Makefile
@@ -0,0 +1,17 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# $FreeBSD$
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/install/Makefile,v 1.1 2001/07/11 16:40:12 phantom Exp $
+# Original revision: 1.1
+#
+
+CHAPTERS= install/chapter.sgml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"