aboutsummaryrefslogtreecommitdiff
path: root/zh_CN/news/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-07-11 15:27:53 +0000
committerXin LI <delphij@FreeBSD.org>2006-07-11 15:27:53 +0000
commit702e390ee2773938e17a9db77c0ff4dc191c60fe (patch)
tree0dd4b189df831f14f01bb6498e59541c381175b7 /zh_CN/news/Makefile
parentee55941acce3d1d82436b56b1f9da4d4d3a5beeb (diff)
downloaddoc-702e390ee2773938e17a9db77c0ff4dc191c60fe.tar.gz
doc-702e390ee2773938e17a9db77c0ff4dc191c60fe.zip
Merge Simplified Chinese translation for the website.
Obtained from: The FreeBSD Simplified Chinese Project Thanks goes to: Gavin MU <gavin.mu at gmail dot com> [1], Fukang CHEN <loader at freebsdmall dot com> [2], intron <intron at intron dot ac> [3] [1] The original translation with me. [2] New layout and structural improvements. [3] Additional and continued contributions.
Notes
Notes: svn path=/www/; revision=28256
Diffstat (limited to 'zh_CN/news/Makefile')
-rw-r--r--zh_CN/news/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/zh_CN/news/Makefile b/zh_CN/news/Makefile
new file mode 100644
index 0000000000..717722abf6
--- /dev/null
+++ b/zh_CN/news/Makefile
@@ -0,0 +1,27 @@
+# The FreeBSD Simplified Chinese Documentation Project
+# Original Revision: 1.45
+#
+# $FreeBSD: www/zh_CN/news/Makefile,v 1.1.1002.5 2006/01/28 18:27:53 delphij Exp $
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS+= news.sgml
+
+# press releases
+DOCS+= pressreleases.sgml
+
+INDEXLINK= news.html
+
+SRCS.DEFAULT= includes.xsl
+DEPENDSET.DEFAULT= transtable news press
+
+XMLDOCS= newsflash::news.xml:
+XMLDOCS+= news-rdf::news.xml:news.rdf
+XMLDOCS+= press
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"