aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Zakhvatov <andy@FreeBSD.org>2005-06-19 12:15:15 +0000
committerAndrey Zakhvatov <andy@FreeBSD.org>2005-06-19 12:15:15 +0000
commit31df6191fae6ad245e15626e9833c0cbaabfb6ba (patch)
tree1bb9821f0fc9c57fdc5f2c1094119d6b4be407fb
parent0310ee7a72ac0175144972b3545c902fc6553aef (diff)
downloaddoc-31df6191fae6ad245e15626e9833c0cbaabfb6ba.tar.gz
doc-31df6191fae6ad245e15626e9833c0cbaabfb6ba.zip
Initial import, synchronized with English 1.1
Obtained from: The FreeBSD Russian Documentation Project
Notes
Notes: svn path=/head/; revision=24922
-rw-r--r--ru_RU.KOI8-R/articles/relaydelay/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/articles/relaydelay/Makefile b/ru_RU.KOI8-R/articles/relaydelay/Makefile
new file mode 100644
index 0000000000..17742cac48
--- /dev/null
+++ b/ru_RU.KOI8-R/articles/relaydelay/Makefile
@@ -0,0 +1,21 @@
+#
+# The FreeBSD Russian Documentation Project
+#
+# $FreeBSD$
+# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/relaydelay/Makefile,v 1.1 2005/06/16 17:50:42 andy Exp $
+#
+# Original revision: 1.1
+#
+# Article: Using greylisting with FreeBSD
+
+DOC?= article
+
+FORMATS?= html
+
+INSTALL_COMPRESSED?=gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.sgml
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"