aboutsummaryrefslogtreecommitdiffstats
path: root/italian/Makefile
diff options
context:
space:
mode:
authorItalian Language Team <italian>1998-08-29 14:34:28 +0000
committerItalian Language Team <italian>1998-08-29 14:34:28 +0000
commit5da326a5bf53153d998e11de1715b10074ec7c49 (patch)
treea59735790dce463fba136382eec4387131d96f19 /italian/Makefile
parent68d2929cf214d41e0fc16a13b0474380066c31bf (diff)
*** empty log message ***
CVS version numbers italian/Make.lang: INITIAL -> 1.1 italian/Makefile: 1.16 -> 1.17 italian/MailingLists/Makefile: 1.2 -> 1.3 italian/devel/Makefile: 1.2 -> 1.3 italian/distrib/Makefile: 1.2 -> 1.3 italian/doc/Makefile: 1.2 -> 1.3 italian/intro/Makefile: 1.2 -> 1.3 italian/logos/Makefile: 1.2 -> 1.3 italian/ports/Makefile: 1.2 -> 1.3 italian/security/Makefile: 1.2 -> 1.3
Diffstat (limited to 'italian/Makefile')
-rw-r--r--italian/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/italian/Makefile b/italian/Makefile
index 4abdaad18fe..53c3fcfc3d7 100644
--- a/italian/Makefile
+++ b/italian/Makefile
@@ -1,22 +1,18 @@
-# Translators only need to change the LANGUAGE variable here.
-# It will be passed to all Makefiles below this.
-export LANGUAGE=it
-
BASE=.
HTMLDIR=$(BASE)/../../debian.org
TEMPLDIR=$(BASE)/template/debian
ENGLISHSRCDIR=$(BASE)/../english
+include $(BASE)/Make.lang
+
# EPILOG=--epilog=weblint
$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml
wml -q $(EPILOG) $(<F)
-WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
-
all: $(HTMLFILES)
( cd 2.0; $(MAKE) )
( cd MailingLists; $(MAKE) )
+ ( cd News; $(MAKE) )
( cd SPI; $(MAKE) )
( cd devel; $(MAKE) )
( cd distrib; $(MAKE) )
@@ -28,5 +24,8 @@ all: $(HTMLFILES)
include $(BASE)/Make.templ.inc
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(ENGLISHSRCDIR)/news.wml $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml
+WMLFILES := $(wildcard *.wml)
+HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+
+$(HTMLDIR)/index.html.$(LANGUAGE): index.wml news.wml $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_news.wml
wml -q index.wml

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