aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/books/developers-handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/books/developers-handbook/Makefile')
-rw-r--r--ru_RU.KOI8-R/books/developers-handbook/Makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/developers-handbook/Makefile b/ru_RU.KOI8-R/books/developers-handbook/Makefile
new file mode 100644
index 0000000000..a32c8d6fb4
--- /dev/null
+++ b/ru_RU.KOI8-R/books/developers-handbook/Makefile
@@ -0,0 +1,51 @@
+#
+# The FreeBSD Russian Documentation Project
+#
+# $FreeBSD$
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/developers-handbook/Makefile,v 1.8 2005/05/05 09:07:25 andy Exp $
+#
+# Original revision: 1.22
+#
+# Build the FreeBSD Developers' Handbook.
+#
+
+MAINTAINER=andy@FreeBSD.org
+
+DOC?= book
+
+FORMATS?= html-split
+
+HAS_INDEX= true
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+# Images
+IMAGES_EN = sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb.eps sockets/sainmsb.eps sockets/sainserv.eps sockets/serv.eps sockets/serv2.eps sockets/slayers.eps
+
+#
+# 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
+SRCS+= dma/chapter.sgml
+SRCS+= introduction/chapter.sgml
+SRCS+= ipv6/chapter.sgml
+SRCS+= kerneldebug/chapter.sgml
+SRCS+= kernelopts/chapter.sgml
+SRCS+= l10n/chapter.sgml
+SRCS+= policies/chapter.sgml
+SRCS+= secure/chapter.sgml
+SRCS+= sockets/chapter.sgml
+SRCS+= testing/chapter.sgml
+SRCS+= tools/chapter.sgml
+SRCS+= x86/chapter.sgml
+
+# Entities
+
+URL_RELPREFIX?= ../../../..
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"