summaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/articles
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-03-11 16:23:54 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-03-11 16:23:54 +0000
commit51d819e5044d23a3c861be60af0e29468e61e105 (patch)
tree98ec5454d8d755a200b2fc02766fc09ebb103381 /ru_RU.KOI8-R/articles
parent58747fbbc7a5b4819578bffbfe7b4b26ec42ec20 (diff)
add build infrastructure for russian articles
Notes
svn path=/head/; revision=8950
Diffstat (limited to 'ru_RU.KOI8-R/articles')
-rw-r--r--ru_RU.KOI8-R/articles/Makefile21
-rw-r--r--ru_RU.KOI8-R/articles/Makefile.inc7
-rw-r--r--ru_RU.KOI8-R/articles/freebsd-questions/Makefile24
3 files changed, 52 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/articles/Makefile b/ru_RU.KOI8-R/articles/Makefile
new file mode 100644
index 0000000000..5aad3dce14
--- /dev/null
+++ b/ru_RU.KOI8-R/articles/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.1 2001/03/11 10:41:06 phantom Exp $
+# $FreeBSD$
+# Original revision: 1.9
+
+#SUBDIR = committers-guide
+#SUBDIR+= dialup-firewall
+#SUBDIR+= diskless-x
+SUBDIR = freebsd-questions
+#SUBDIR+= fonts
+#SUBDIR+= formatting-media
+#SUBDIR+= ipsec-must
+#SUBDIR+= mh
+#SUBDIR+= multi-os
+#SUBDIR+= new-users
+#SUBDIR+= programming-tools
+#SUBDIR+= zip-drive
+
+# ROOT_SYMLINKS+= new-users
+
+DOC_PREFIX?= ${.CURDIR}/../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/ru_RU.KOI8-R/articles/Makefile.inc b/ru_RU.KOI8-R/articles/Makefile.inc
new file mode 100644
index 0000000000..75c665f85a
--- /dev/null
+++ b/ru_RU.KOI8-R/articles/Makefile.inc
@@ -0,0 +1,7 @@
+#
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile.inc,v 1.1 2001/03/11 10:41:06 phantom Exp $
+# $FreeBSD$
+# Original revision: 1.3
+#
+
+DESTDIR?= ${DOCDIR}/en_US.ISO_8859-1/articles/${.CURDIR:T}
diff --git a/ru_RU.KOI8-R/articles/freebsd-questions/Makefile b/ru_RU.KOI8-R/articles/freebsd-questions/Makefile
new file mode 100644
index 0000000000..279b796c0a
--- /dev/null
+++ b/ru_RU.KOI8-R/articles/freebsd-questions/Makefile
@@ -0,0 +1,24 @@
+#
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/freebsd-questions/Makefile,v 1.1 2001/03/11 10:39:17 phantom Exp $
+# Original revision: 1.1
+#
+
+MAINTAINER=andy@FreeBSD.org.ua
+
+DOC?= article
+
+FORMATS?= 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= article.sgml
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"