aboutsummaryrefslogtreecommitdiff
path: root/zh_TW.UTF-8/htdocs/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zh_TW.UTF-8/htdocs/docs/Makefile')
-rw-r--r--zh_TW.UTF-8/htdocs/docs/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_TW.UTF-8/htdocs/docs/Makefile b/zh_TW.UTF-8/htdocs/docs/Makefile
new file mode 100644
index 0000000000..c1587b3190
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/docs/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+#########################################################
+# The FreeBSD Traditional Chinese Documentation Project #
+#########################################################
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= books.xml webresources.xml
+
+.include "${DOC_PREFIX}/share/mk/web.site.mk"