aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorChinese Language Team <chinese>2000-06-27 20:36:34 +0000
committerChinese Language Team <chinese>2000-06-27 20:36:34 +0000
commitc3e72b6913cc912a80f8fa7e3f535ab96837ce9c (patch)
treeb326f8cfad7e2cc8929b54a1206f900b799625aa /chinese/Make.lang
parent1d1d48d19eb67cfb289f53b7243a231cc4fa186c (diff)
Grrrrrr.... Who re-installed the buggy wml-1.6.8 on va.debian.org?
(Yes, broken UNDEFuZH@uCN slice handling...) Reinstalled my old hacks, and please no one touches it until va.debian.org is using Debian 2.2! (broken: 2000-06-17; noticed and fixed: 2000-06-27) - foka CVS version numbers chinese/Make.dep.generic: 1.20 -> 1.21 chinese/Make.lang: 1.17 -> 1.18
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang21
1 files changed, 18 insertions, 3 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index 1961a88b2ae..85a3df96289 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -23,9 +23,24 @@ 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)
-# WMLOUTFILE=$(@F)
+#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\\\\\\\\/;"'
WMLEPILOG=
-WML=wml $(WMLOPTIONS) $(WMLOUTPUT) $(WMLPROLOG) $(WMLEPILOG)
+
+# This is the WML definition for the non-buggy WML.
+#WML=wml $(WMLOPTIONS) $(WMLOUTPUT) $(WMLPROLOG) $(WMLEPILOG)
+
+# These are the relevant WML and WMLOPTIONS definition for the buggy WML.
+# Yes, it was fixed, but someone re-installed wml-1.6.8 on va.debian.org
+# on June 17, 2000, and since then Chinese build was broken.
+#
+# DO NOT REMOVE THE FOLLOWING LINES! I'll do it myself when va.debian.org
+# gets upgraded to Debian 2.2. -- Anthony Fok <foka@debian.org>, June 27, 2000
+#
+# Note to self: REMEMBER to modify Make.dep.generic too. "$(WML) $(<F)"
+#
+WMLOPTIONS += -p1-8
+WML=wml $(WMLOPTIONS) $(WMLPROLOG) $(WMLEPILOG) $(<F) \
+ | /usr/lib/wml/exec/wml_p9_slice $(WMLOUTPUT)

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