aboutsummaryrefslogtreecommitdiffstats
path: root/italian/Makefile
diff options
context:
space:
mode:
authorRhonda D'Vine <alfie>2002-11-18 18:20:10 +0000
committerRhonda D'Vine <alfie>2002-11-18 18:20:10 +0000
commit740c29b409f00000d104ce674f72971f78a1df19 (patch)
tree3bb71f02cdfdc569000977332c48af97cbc20061 /italian/Makefile
parent5324302447dcd6206b9007e54827f72696202e5d (diff)
Please don't copy the Makefiles anymore, too much space for problems there.
CVS version numbers italian/Makefile: 1.49 -> 1.50 italian/security/Makefile: 1.16 -> 1.17 russian/Makefile: 1.25 -> 1.26
Diffstat (limited to 'italian/Makefile')
-rw-r--r--italian/Makefile74
1 files changed, 1 insertions, 73 deletions
diff --git a/italian/Makefile b/italian/Makefile
index 48a565add49..03de1f8c0f7 100644
--- a/italian/Makefile
+++ b/italian/Makefile
@@ -1,73 +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=Bugs CD MailingLists News Pics banners chinese consultants devel \
-distrib doc events intro international legal logos mirror misc partners \
-ports releases searchtmpl security users vote y2k
-
-all install:: install-locale
-
-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 $(GETTEXTDEP) \
- $(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 $(GETTEXTDEP) \
- $(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
-
-ifneq "$(LANGUAGE)" "en"
-contact.$(LANGUAGE).html : contact.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
- $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(LOCALEDIR)/others.mo
-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
-
-install-locale:
- $(MAKE) -C po install
-
+include $(subst webwml/italian,webwml/english,$(CURDIR))/Makefile

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