aboutsummaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/htdocs/handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/handbook/Makefile')
-rw-r--r--ru_RU.KOI8-R/htdocs/handbook/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ru_RU.KOI8-R/htdocs/handbook/Makefile b/ru_RU.KOI8-R/htdocs/handbook/Makefile
new file mode 100644
index 0000000000..069fa756b0
--- /dev/null
+++ b/ru_RU.KOI8-R/htdocs/handbook/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+# The FreeBSD Russian Documentation Project
+# $FreeBSDru: frdp/www/ru/handbook/Makefile,v 1.2 2000/11/10 17:04:49 phantom Exp $
+
+# This is home born version of Makefile. It will be remove then real handbook
+# will be imported.
+
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS = index.sgml
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"