aboutsummaryrefslogtreecommitdiffstats
path: root/italian/Makefile
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1999-01-19 08:37:42 +0000
committerJames A. Treacy <treacy>1999-01-19 08:37:42 +0000
commitabd60b8f659fe21e4f63e1cc22601641be82fd75 (patch)
tree8fad9cef46266697a985db1297584abc5493dc7e /italian/Makefile
parente9ac131bd8fc3b4f2ffc053a3f786b30c94b3935 (diff)
massive changes to conform to new style
CVS version numbers italian/Make.common: INITIAL -> 1.1 italian/Make.dep.generic: INITIAL -> 1.1 italian/Make.dep.templ: INITIAL -> 1.1 italian/Make.lang: 1.1 -> 1.2 italian/Makefile: 1.18 -> 1.19 italian/contact.wml: 1.3 -> 1.4 italian/donations.wml: 1.2 -> 1.3 italian/index.wml: 1.4 -> 1.5 italian/license.wml: 1.3 -> 1.4 italian/social_contract.wml: 1.2 -> 1.3 italian/support.wml: 1.6 -> 1.7 italian/MailingLists/Makefile: 1.4 -> 1.5 italian/MailingLists/debian-announce.wml: 1.2 -> 1.3 italian/News/Makefile: 1.2 -> 1.3 italian/News/1997/Makefile: 1.2 -> 1.3 italian/News/1998/Makefile: 1.2 -> 1.3 italian/devel/HOWTO_translate.wml: 1.1 -> 1.2 italian/devel/Makefile: 1.5 -> 1.6 italian/devel/extract_key.wml: 1.1 -> 1.2 italian/devel/help.wml: 1.2 -> 1.3 italian/devel/incoming_mirrors.wml: 1.2 -> 1.3 italian/devel/index.wml: 1.2 -> 1.3 italian/devel/maintainer_contacts.wml: 1.1 -> 1.2 italian/devel/mirror.wml: 1.1 -> 1.2 italian/devel/people.wml: 1.2 -> 1.3 italian/devel/release_info.wml: 1.1 -> 1.2 italian/devel/rsync_examples.wml: 1.2 -> 1.3 italian/distrib/Makefile: 1.4 -> 1.5 italian/doc/Makefile: 1.4 -> 1.5 italian/intro/Makefile: 1.4 -> 1.5 italian/intro/about.wml: 1.3 -> 1.4 italian/intro/cn.wml: 1.2 -> 1.3 italian/intro/cooperation.wml: 1.2 -> 1.3 italian/intro/free.wml: 1.2 -> 1.3 italian/intro/international.wml: 1.2 -> 1.3 italian/intro/license_disc.wml: 1.3 -> 1.4 italian/intro/why_debian.wml: 1.2 -> 1.3 italian/logos/Makefile: 1.4 -> 1.5 italian/logos/index.wml: 1.2 -> 1.3 italian/ports/Makefile: 1.5 -> 1.6 italian/ports/alpha/Makefile: INITIAL -> 1.1 italian/ports/arm/Makefile: INITIAL -> 1.1 italian/ports/mips/Makefile: INITIAL -> 1.1 italian/ports/powerpc/Makefile: INITIAL -> 1.1 italian/ports/sparc/Makefile: 1.2 -> 1.3 italian/ports/sparc64/Makefile: INITIAL -> 1.1 italian/security/Makefile: 1.4 -> 1.5 italian/security/index.wml: 1.1 -> 1.2
Diffstat (limited to 'italian/Makefile')
-rw-r--r--italian/Makefile45
1 files changed, 19 insertions, 26 deletions
diff --git a/italian/Makefile b/italian/Makefile
index 0cc0919ee7e..7c424b6fb98 100644
--- a/italian/Makefile
+++ b/italian/Makefile
@@ -1,31 +1,24 @@
-BASE=.
-HTMLDIR=$(BASE)/../../debian.org
-TEMPLDIR=$(BASE)/template/debian
-ENGLISHSRCDIR=$(BASE)/../english
+# 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.
-include $(BASE)/Make.lang
+WMLBASE=.
+CUR_DIR=
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=2.0 MailingLists News SPI consultants devel distrib doc events intro \
+logos mirror ports security Pics vote
-WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
- wml -q $(EPILOG) $(<F)
+include $(WMLBASE)/Make.dep.generic
+include $(WMLBASE)/Make.dep.templ
-all: $(HTMLFILES)
- ( cd 2.0; $(MAKE) )
- ( cd MailingLists; $(MAKE) )
- ( cd News; $(MAKE) )
- ( cd SPI; $(MAKE) )
- ( cd devel; $(MAKE) )
- ( cd distrib; $(MAKE) )
- ( cd doc; $(MAKE) )
- ( cd intro; $(MAKE) )
- ( cd logos; $(MAKE) )
- ( cd ports; $(MAKE) )
- ( cd security; $(MAKE) )
+# Do Not modify the following line
+index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml \
+ $(wildcard News/1998/1998*.wml) $(wildcard $(ENGLISHSRCDIR)/News/1998/1998*.wml) \
+ $(wildcard security/1999/1999*.wml) $(wildcard $(ENGLISHSRCDIR)/security/1999/1999*.wml) \
+ $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
+ $(WML) index.wml
-include $(BASE)/Make.templ.inc
-
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_news.wml $(TEMPLDIR)/languages.wml
- wml -q index.wml

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