aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Make.lang
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-11-02 15:39:31 +0000
committerDenis Barbier <barbier>2002-11-02 15:39:31 +0000
commit7269801a954425d537ffe30577e370f639c548b6 (patch)
treedf995613dddc68ca3de6fee17c92fa16a875b177 /chinese/Make.lang
parentff4055b90564d1cb0c5b07d3501896a3d9bde271 (diff)
In dependencies, remove $(HTMLDEP), which was never used, and
add $(GETTEXTDEP). CVS version numbers Makefile.common: 1.66 -> 1.67 chinese/Make.lang: 1.33 -> 1.34
Diffstat (limited to 'chinese/Make.lang')
-rw-r--r--chinese/Make.lang12
1 files changed, 1 insertions, 11 deletions
diff --git a/chinese/Make.lang b/chinese/Make.lang
index aa7b99b3370..3ca09a06958 100644
--- a/chinese/Make.lang
+++ b/chinese/Make.lang
@@ -90,19 +90,9 @@ $(HTMLDIR)/%.zh-tw.html: %.zh-tw.html
ifndef NOGENERICDEP
%.zh-cn.html %.zh-hk.html %.zh-tw.html: %.wml \
$(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml \
- $(TOCN) $(TOHK) $(TOTW) $(ZHTEMPLATE) $(HTMLDEP) \
+ $(TOCN) $(TOHK) $(TOTW) $(ZHTEMPLATE) $(GETTEXTDEP) \
$(COMMONPICS_ZH)
$(WML) $(<F)
-# # *.imgdot-1x1-transp.gif are evil! Get rid of them!
-# # Must set nullglob or else the following fails - foka, June 2000
- @shopt -s nullglob; \
- for i in *.imgdot-1x1-transp.gif; do \
- rm -f $$i; \
- j=`basename $$i .imgdot-1x1-transp.gif` ; \
- for k in $$j.$(LANGUAGE)-??.html.tmp; do \
- perl -pi -e "s|$$j\\.(?=imgdot-1x1-transp\\.gif)|$(WMLBASE)/Pics/|g" $$k; \
- done; \
- done
@echo -n " * Converting: [zh_CN.GB2312], "
@$(B5TOGB) < $*.zh-cn.html.tmp > $*.zh-cn.html
@rm -f $*.zh-cn.html.tmp

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