aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-07-21 18:21:33 +0000
committerAnthony Fok <foka>2000-07-21 18:21:33 +0000
commit3a4a275695ac2c8aa5f50642af94f0abefb84755 (patch)
treeba69e4040100168e0972549128d9d874c3ad09f5 /chinese/Make.lang
parent43f9c8df48790b52f5a949a30249538ac7a5c828 (diff)
* I commented out WMLOPTIONS by mistake. Fixed.
* Moved the long --prolog Perl command into bin/fix_big5.pl CVS version numbers chinese/Make.lang: 1.20 -> 1.21
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang9
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index 62d3b6b78ea..89fa052c5b4 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -1,3 +1,5 @@
+SHELL=/bin/bash
+
# The LANGUAGE variable needs to be set for each language.
# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
LANGUAGE=zh
@@ -23,10 +25,11 @@ TOTW = $(BIN)/totw.pl
# -o $(@F)
# If you use --epilog as above, then you will want to add a line to
# Make.templ.inc to remove $(@F) after WML is done.
-#WMLOPTIONS=-q -D CUR_YEAR=$(shell date +%Y)
+WMLOPTIONS=-q -D CUR_YEAR=$(shell date +%Y)
#WMLOUTFILE=$(@F)
-WMLOUTPUT=-o UNDEFuZH@uCN:$(notdir $*).zh-cn.html.tmp -o UNDEFuZH@uTW:$(notdir $*).zh-tw.html.tmp
-WMLPROLOG=--prolog='/usr/bin/perl -pe "s/^(([\\x00-\\x7F]|([\\x80-\\xFF].))+[\\x80-\\xFF]\\\\)$$/\$$1\\\\\\\\/;"'
+WMLOUTPUT=-o UNDEFuZH@uCN:$(*F).zh-cn.html.tmp -o UNDEFuZH@uTW:$(*F).zh-tw.html.tmp
+#WMLPROLOG=--prolog='/usr/bin/perl -pe "s/^(([\\x00-\\x7F]|([\\x80-\\xFF].))+[\\x80-\\xFF]\\\\)$$/\$$1\\\\\\\\/;"'
+WMLPROLOG=--prolog='$(BIN)/fix_big5.pl'
WMLEPILOG=
# This is the WML definition for the non-buggy WML.

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