aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/Makefile
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-12-09 16:49:29 +0000
committerAnthony Fok <foka>2000-12-09 16:49:29 +0000
commitaf252fbd972d8e4bcc84066a53fac463403438d7 (patch)
treeaf6c57bf7094c67ea6bea0922240a3ecc5640a34 /chinese/Makefile
parent5a01de728949d3a4f511c5d0b45dfacdd8faa4cb (diff)
Major fix that would hopefully deal with international/chinese/ vs zh/
problem once and for all. Well, for now anyway. :-) CVS version numbers chinese/Make.lang: 1.25 -> 1.26 chinese/Makefile: 1.14 -> 1.15 chinese/international/Chinese/Makefile: 1.7 -> 1.8
Diffstat (limited to 'chinese/Makefile')
-rw-r--r--chinese/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile
index 52759ce81ec..442615aadd7 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -28,7 +28,8 @@ index.zh-cn.html index.zh-tw.html: index.wml $(TEMPLDIR)/mainpage.wml \
$(ENGLISHSRCDIR)/releases/info
install::
- test -L $(HTMLDIR)/zh || ln -s international/chinese $(HTMLDIR)/zh
+ test -L $(HTMLDIR)/zh && rm -f $(HTMLDIR)/zh
+ test -d $(HTMLDIR)/zh mkdir -p $(WMLBASE)/$(RELHTMLBASE)/zh
clean::
find $(WMLBASE)/Pics -type l | xargs rm -f

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