aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-07-08 16:29:02 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-07-08 16:29:02 +0000
commit2a520768cfca58e69a277a7ce8898c0a78af495c (patch)
tree0d62c6903cbd03ada07fbf07cca8b6161958809d /ru_RU.KOI8-R
parentd92e108e21e06f4a1feba27f4bed8a6864353601 (diff)
downloaddoc-2a520768cfca58e69a277a7ce8898c0a78af495c.tar.gz
doc-2a520768cfca58e69a277a7ce8898c0a78af495c.zip
Allow russian handbook to be built.
Notes
Notes: svn path=/head/; revision=7537
Diffstat (limited to 'ru_RU.KOI8-R')
-rw-r--r--ru_RU.KOI8-R/books/handbook/Makefile65
1 files changed, 65 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/books/handbook/Makefile b/ru_RU.KOI8-R/books/handbook/Makefile
new file mode 100644
index 0000000000..fe392e54d0
--- /dev/null
+++ b/ru_RU.KOI8-R/books/handbook/Makefile
@@ -0,0 +1,65 @@
+#
+# Build the FreeBSD Handbook.
+#
+# The FreeBSD Russian Documentation Project
+# $FreeBSD$
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/Makefile,v 1.7 2000/07/08 13:35:13 phantom Exp $
+# Original version: 1.28
+#
+
+MAINTAINER=phantom@FreeBSD.org
+
+DOC?= book
+
+FORMATS?= html-split
+
+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
+#SRCS+= advanced-networking/chapter.sgml
+#SRCS+= backups/chapter.sgml
+SRCS+= basics/chapter.sgml
+SRCS+= bibliography/chapter.sgml
+#SRCS+= boot/chapter.sgml
+#SRCS+= contrib/chapter.sgml
+#SRCS+= cutting-edge/chapter.sgml
+#SRCS+= disks/chapter.sgml
+#SRCS+= eresources/chapter.sgml
+#SRCS+= hw/chapter.sgml
+SRCS+= install/chapter.sgml
+#SRCS+= internals/chapter.sgml
+#SRCS+= introduction/chapter.sgml
+#SRCS+= kernelconfig/chapter.sgml
+#SRCS+= kerneldebug/chapter.sgml
+#SRCS+= kernelopts/chapter.sgml
+#SRCS+= l10n/chapter.sgml
+#SRCS+= linuxemu/chapter.sgml
+#SRCS+= mail/chapter.sgml
+SRCS+= mirrors/chapter.sgml
+SRCS+= pgpkeys/chapter.sgml
+#SRCS+= policies/chapter.sgml
+#SRCS+= ppp-and-slip/chapter.sgml
+#SRCS+= printing/chapter.sgml
+#SRCS+= security/chapter.sgml
+#SRCS+= serialcomms/chapter.sgml
+SRCS+= staff/chapter.sgml
+#SRCS+= users/chapter.sgml
+#SRCS+= x11/chapter.sgml
+#SRCS+= ports/chapter.sgml
+
+# Entities
+SRCS+= authors.ent
+SRCS+= chapters.ent
+SRCS+= mailing-lists.ent
+SRCS+= newsgroups.ent
+SRCS+= ruauthors.ent
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"