summaryrefslogtreecommitdiffstats
path: root/release/doc/zh_CN.GB2312/errata/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2004-10-15 06:43:48 +0000
committerdelphij <delphij@FreeBSD.org>2004-10-15 06:43:48 +0000
commita97da09aa28fe5d3d1f072de34345d1df0334a66 (patch)
tree5cc44e530f28f6fffa0c001b7f981a9f3d8a9816 /release/doc/zh_CN.GB2312/errata/Makefile
parent552da4a9e938e821b0aba327007fed1b2be9c872 (diff)
downloadFreeBSD-src-a97da09aa28fe5d3d1f072de34345d1df0334a66.zip
FreeBSD-src-a97da09aa28fe5d3d1f072de34345d1df0334a66.tar.gz
Add Simplified Chinese translation for our release notes.
This translation is based on RELENG_5 so it should be tagged as RELENG_5 when appropriate (This set of files DOES build under 6-CURRENT because a last-minute hack added to readme/article.sgml, however, the contents is for RELENG_5). This includes: The Migration Guide Errata Hardware Notes (only i386 and amd64 at this time) Installation Guide [2] Readme [1] Release Notes Submitted by: delphij, gavin (local repository committer) [1], zhangluo (additional local contributor; part of i386 related contents) [2] Approved by: murray (mentor)
Diffstat (limited to 'release/doc/zh_CN.GB2312/errata/Makefile')
-rw-r--r--release/doc/zh_CN.GB2312/errata/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/release/doc/zh_CN.GB2312/errata/Makefile b/release/doc/zh_CN.GB2312/errata/Makefile
new file mode 100644
index 0000000..859dfaa
--- /dev/null
+++ b/release/doc/zh_CN.GB2312/errata/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+RELN_ROOT?= ${.CURDIR}/../..
+.ifdef NO_LANGCODE_IN_DESTDIR
+DESTDIR?= ${DOCDIR}/errata
+.else
+DESTDIR?= ${DOCDIR}/zh_CN.GB2312/errata
+.endif
+
+DOC?= article
+FORMATS?= html
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+# SGML content
+SRCS+= article.sgml
+
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
OpenPOWER on IntegriCloud