aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorKanru Chen <koster>2011-04-09 05:15:27 +0000
committerKanru Chen <koster>2011-04-09 05:15:27 +0000
commit1316fa4442a874ea654ef42829e3bff912240c72 (patch)
tree3b803c0f3d33f907992eb9257e67f546b1f3f277 /chinese/Make.lang
parent2d4c22c53fb44b9c2745b23abd6c6d6f96ff695f (diff)
Remove unused scripts left by UTF-8 conversion.
CVS version numbers chinese/Make.lang: 1.44 -> 1.45
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang6
1 files changed, 1 insertions, 5 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index 9d7b0c288ef..a4cb7398c19 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -1,4 +1,4 @@
-# $Id$
+# $Id$ -*- mode: makefile-gmake -*-
# The two-letter code for the language
LANGUAGE := zh
@@ -14,14 +14,11 @@ export LANG=C
# Experimental tag by the Debian Chinese Translation Team
SHELL = /bin/bash
BIN = $(WMLBASE)/bin
-#B5TOGB = LD_LIBRARY_PATH=$(BIN) $(BIN)/autogb -i big5 -o gb
ICONV = /usr/bin/iconv
-B5TOGB = ( $(ICONV) -f UTF-8 -t big5 | $(ICONV) -f big5 -t gb2312 | $(ICONV) -f gb2312 -t UTF-8 )
TOCN = $(BIN)/tocn.pl
TOTW = $(BIN)/totw.pl
TOHK = $(BIN)/tohk.pl
GENERATE_ZH_VARIANTS = $(BIN)/generate-zh-variants.sh
-FIX_BIG5 = $(BIN)/fix_big5.pl
ZHTEMPLATE = $(WMLBASE)/template/debian-zh/template.tmpl
# how to include openlogo-nd-50.png here? it's in logos, not in Pics/ ...
@@ -56,7 +53,6 @@ ZHMAGIC = @if `echo $(HTMLDIR) | grep -q '^$(WMLBASE)/$(RELHTMLBASE)/internation
WMLOUTPUT = -o UNDEFuZH@uCNuCNHKuCNTW:$(*F).zh-cn.html.tmp@g+w \
-o UNDEFuZH@uHKuCNHKuHKTWuTWHK:$(*F).zh-hk.html.tmp@g+w \
-o UNDEFuZH@uTWuCNTWuHKTWuTWHK:$(*F).zh-tw.html.tmp@g+w
-WMLPROLOG = --prolog=$(FIX_BIG5)
WML = wml $(WMLOPTIONS) $(WMLOUTPUT) $(WMLPROLOG) $(WMLEPILOG)
install::

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