aboutsummaryrefslogtreecommitdiffstats
path: root/arabic/Makefile
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-07-26 10:24:52 +0000
committerMartin Schulze <joey>2001-07-26 10:24:52 +0000
commit7f670a67d916387bb0a5c34fe40f179f3d06d586 (patch)
treefd2e1c1f4eea1a2cafeaf140a83b91e5d07f8add /arabic/Makefile
parent3317310c2f3dfda2aef4258823187ceffb1ca41f (diff)
Sync with english version
CVS version numbers arabic/Makefile: 1.13 -> 1.14 catalan/Makefile: 1.1 -> 1.2 chinese/Makefile: 1.28 -> 1.29 croatian/Makefile: 1.33 -> 1.34 danish/Makefile: 1.20 -> 1.21 dutch/Makefile: 1.14 -> 1.15 esperanto/Makefile: 1.16 -> 1.17 finnish/Makefile: 1.20 -> 1.21 french/Makefile: 1.32 -> 1.33 german/Makefile: 1.35 -> 1.36 greek/Makefile: 1.11 -> 1.12 hungarian/Makefile: 1.17 -> 1.18 italian/Makefile: 1.40 -> 1.41 japanese/Makefile: 1.36 -> 1.37 korean/Makefile: 1.19 -> 1.20 norwegian/Makefile: 1.17 -> 1.18 polish/Makefile: 1.22 -> 1.23 portuguese/Makefile: 1.20 -> 1.21 russian/Makefile: 1.17 -> 1.18 spanish/Makefile: 1.32 -> 1.33 swedish/Makefile: 1.24 -> 1.25 turkish/Makefile: 1.16 -> 1.17
Diffstat (limited to 'arabic/Makefile')
-rw-r--r--arabic/Makefile22
1 files changed, 16 insertions, 6 deletions
diff --git a/arabic/Makefile b/arabic/Makefile
index 60be0e723df..a3a5e20e700 100644
--- a/arabic/Makefile
+++ b/arabic/Makefile
@@ -14,6 +14,19 @@ endif
include $(WMLBASE)/Make.lang
+ifndef SUBLANG
+SITEMAP = sitemap.$(LANGUAGE).html
+HTMLMAP = $(HTMLDIR)/$(SITEMAP)
+else
+SITEMAP = $(sort $(foreach i,$(SUBLANG),\
+ $(patsubst %.wml,%.$(LANGUAGE)-$(i).html,sitemap.wml)))
+HTMLMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
+endif
+
+ifeq "$(LANGUAGE)" "en"
+IMGFILES += favicon.ico
+IMGDESTFILES += $(HTMLDIR)/favicon.ico
+endif
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
@@ -22,7 +35,7 @@ index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
$(ENGLISHSRCDIR)/releases/info
$(WML) index.wml
-sitemap.$(LANGUAGE).html: $(ENGLISHDIR)/sitemap.wml \
+$(SITEMAP): $(ENGLISHDIR)/sitemap.wml \
$(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/template.wml \
$(ENGLISHDIR)/releases/info $(ENGLISHDIR)/MailingLists/mklist.tags
ifeq "$(LANGUAGE)" "zh"
@@ -52,10 +65,7 @@ else
endif
endif
-all:: sitemap.$(LANGUAGE).html
+all:: $(SITEMAP)
-install:: $(HTMLDIR)/sitemap.$(LANGUAGE).html
+install:: $(HTMLMAP)
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
-ifneq "$(LANGUAGE)" "en"
- -install -m 664 -p sitemap.$(LANGUAGE)*.html $(HTMLDIR)
-endif

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