aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/books/ppp-primer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/books/ppp-primer/Makefile')
-rw-r--r--ru_RU.KOI8-R/books/ppp-primer/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/ppp-primer/Makefile b/ru_RU.KOI8-R/books/ppp-primer/Makefile
new file mode 100644
index 0000000000..154372959c
--- /dev/null
+++ b/ru_RU.KOI8-R/books/ppp-primer/Makefile
@@ -0,0 +1,28 @@
+#
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/ppp-primer/Makefile,v 1.2 2001/07/25 10:17:01 phantom Exp $
+# $FreeBSD$
+# Original revision: 1.1
+#
+# Build the PPP Primer
+#
+
+MAINTAINER=athome@ukrpost.net
+
+DOC?= book
+
+FORMATS?= html-split html
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+#
+# SRCS lists the individual SGML files that make up the document. Changes
+# to any of these files will force a rebuild
+#
+
+# SGML content
+SRCS= book.sgml
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"