aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/htdocs/layout/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-11-14 00:20:51 +0000
committerXin LI <delphij@FreeBSD.org>2013-11-14 00:20:51 +0000
commit797a990cf709e43fdcfa0f1b0b8b8e0127076002 (patch)
tree38ebab2823385023d1fa54018fceb14262c4cf93 /zh_CN.UTF-8/htdocs/layout/Makefile
parent8ff93b9827e6bfbbae625ff0d45eb2ce00ebe029 (diff)
Notes
Diffstat (limited to 'zh_CN.UTF-8/htdocs/layout/Makefile')
-rw-r--r--zh_CN.UTF-8/htdocs/layout/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/htdocs/layout/Makefile b/zh_CN.UTF-8/htdocs/layout/Makefile
new file mode 100644
index 0000000000..ddb3903e1e
--- /dev/null
+++ b/zh_CN.UTF-8/htdocs/layout/Makefile
@@ -0,0 +1,15 @@
+# The FreeBSD Simplified Chinese Project
+# Original Revision: 1.1
+#
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+SUBDIR= css
+
+.include "${DOC_PREFIX}/share/mk/web.site.mk"