aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorAnthony Fok <foka>2002-11-14 20:31:02 +0000
committerAnthony Fok <foka>2002-11-14 20:31:02 +0000
commit562c89ba992f6b3ffeddd7fabf53668d2c5c653e (patch)
tree0876d78937677a207a7ffa2127beec93a940bf24 /chinese/Make.lang
parentfd2c89225aa9ebddfd0889271e6c78bef2115266 (diff)
[CD/index.wml]: New translation by umm, with revision by Rex. Many thanks!
[Make.lang]: Make.lang was missing the "else" part for ifndef NOGENERICDEP. Thanks to Rex Tsai for fixing it. :-) CVS version numbers chinese/Make.lang: 1.34 -> 1.35 chinese/CD/index.wml: INITIAL -> 1.1
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang17
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index 3ca09a06958..43c53d8bf49 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -1,3 +1,5 @@
+# $Id$
+
# The two-letter code for the language
LANGUAGE := zh
SUBLANG := cn hk tw
@@ -103,6 +105,21 @@ ifndef NOGENERICDEP
@echo "[zh_TW.Big5]."
@mv -f $*.zh-tw.html.tmp $*.zh-tw.html
@$(TOTW) $*.zh-tw.html
+else
+%.zh-cn.html %.zh-hk.html %.zh-tw.html: %.wml \
+ $(TOCN) $(TOHK) $(TOTW) $(ZHTEMPLATE) $(GETTEXTDEP) \
+ $(COMMONPICS_ZH)
+ $(WML) $(<F)
+ @echo -n " * Converting: [zh_CN.GB2312], "
+ @$(B5TOGB) < $*.zh-cn.html.tmp > $*.zh-cn.html
+ @rm -f $*.zh-cn.html.tmp
+ @$(TOCN) $*.zh-cn.html
+ @echo -n "[zh_HK.Big5], "
+ @mv -f $*.zh-hk.html.tmp $*.zh-hk.html
+ @$(TOHK) $*.zh-hk.html
+ @echo "[zh_TW.Big5]."
+ @mv -f $*.zh-tw.html.tmp $*.zh-tw.html
+ @$(TOTW) $*.zh-tw.html
endif
# template dependencies

© 2014-2024 Faster IT GmbH | imprint | privacy policy