aboutsummaryrefslogtreecommitdiffstats
path: root/german/Makefile
diff options
context:
space:
mode:
authorRhonda D'Vine <alfie>2002-10-10 10:16:53 +0000
committerRhonda D'Vine <alfie>2002-10-10 10:16:53 +0000
commit73a018d6271dc965fd6f8b85ad67c3fe263a6e5e (patch)
tree32672b2670fc8ab89f824ba47083f595411a51f4 /german/Makefile
parent03410cc446e0aa3fb5e991ea91169b6f696800d9 (diff)
Switched to sync.
CVS version numbers german/Makefile: 1.42 -> 1.43 german/Bugs/Makefile: 1.7 -> 1.8 german/devel/Makefile: 1.10 -> 1.11 german/devel/debian-med/Makefile: 1.5 -> 1.6 german/devel/debian-med/talks/Makefile: 1.1 -> 1.2 german/devel/debian-med/talks/200210_lux_internal/Makefile: 1.1 -> 1.2 german/devel/debian-med/talks/200210_lux_med/Makefile: 1.1 -> 1.2
Diffstat (limited to 'german/Makefile')
-rw-r--r--german/Makefile67
1 files changed, 1 insertions, 66 deletions
diff --git a/german/Makefile b/german/Makefile
index 0b046e5ab29..e8967cffb08 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -1,66 +1 @@
-# This Makefile should need no changes from webwml/english/Makefile
-# Please send a message to debian-www if you need to modify anything
-# so the problem can be fixed.
-
-WMLBASE=.
-CUR_DIR=
-SUBS=po Bugs CD MailingLists News Pics banners chinese consultants devel \
-distrib doc events intro international legal logos mirror misc partners \
-ports releases searchtmpl security vote y2k
-
-ifneq "$(wildcard om_svenska/Makefile)" ""
-SUBS += om_svenska
-endif
-
-include $(WMLBASE)/Make.lang
-
-ifndef SUBLANG
-SITEMAP = sitemap.$(LANGUAGE).html
-DESTSITEMAP = $(HTMLDIR)/$(SITEMAP)
-else
-SITEMAP = $(sort $(foreach i,$(SUBLANG),\
- $(patsubst %.wml,%.$(LANGUAGE)-$(i).html,sitemap.wml)))
-DESTSITEMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
-endif
-
-index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
- $(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
- $(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
- $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
- $(ENGLISHSRCDIR)/releases/info
- $(WML) index.wml
-
-$(SITEMAP): $(ENGLISHDIR)/sitemap.wml $(TEMPLDIR)/card.wml \
- $(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/template.wml \
- $(ENGLISHDIR)/releases/info $(ENGLISHDIR)/MailingLists/mklist.tags
-ifeq "$(LANGUAGE)" "zh"
- $(subst :.zh,:sitemap.zh,$(WML)) \
- $(shell egrep '^-D (CUR_|CHAR)' .wmlrc) \
- $(shell echo $(ENGLISHDIR) | sed s,./,,)/sitemap.wml
- @echo -n " * Converting: [zh_CN.GB2312], "
- @$(B5TOGB) < sitemap.zh-cn.html.tmp > sitemap.zh-cn.html
- @rm -f sitemap.zh-cn.html.tmp
- @$(TOCN) sitemap.zh-cn.html
- @echo -n "[zh_HK.Big5], "
- @mv -f sitemap.zh-hk.html.tmp sitemap.zh-hk.html
- @$(TOHK) sitemap.zh-hk.html
- @echo "[zh_TW.Big5]."
- @mv -f sitemap.zh-tw.html.tmp sitemap.zh-tw.html
- @$(TOTW) sitemap.zh-tw.html
-else
- $(WML) $(shell egrep '^-D (CUR_|CHAR)' .wmlrc) \
- $(shell echo $(ENGLISHDIR) | sed s,./,,)/sitemap.wml
-endif
-
-all:: $(SITEMAP)
-
-install:: $(DESTSITEMAP)
-ifeq "$(LANGUAGE)" "en"
- test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
- test -L $(HTMLDIR)/mirrors || ln -sf mirror $(HTMLDIR)/mirrors
-
-install:: $(HTMLDIR)/favicon.ico
-
-$(HTMLDIR)/favicon.ico: favicon.ico
- install -p -m 664 favicon.ico $(HTMLDIR)
-endif
+include $(subst webwml/german,webwml/english,$(CURDIR))/Makefile

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