aboutsummaryrefslogtreecommitdiffstats
path: root/italian/Make.lang
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/Make.lang
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/Make.lang')
-rw-r--r--italian/Make.lang20
1 files changed, 20 insertions, 0 deletions
diff --git a/italian/Make.lang b/italian/Make.lang
index 38599f3a58f..a0c3322ecc7 100644
--- a/italian/Make.lang
+++ b/italian/Make.lang
@@ -1 +1,21 @@
+# The LANGUAGE variable needs to be set for each language.
+# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
LANGUAGE=it
+LANGUAGECAP=IT
+
+# The '-q' forces wml to be quiet. Very useful in scripts.
+# It is sometimes useful to add '--epilog=weblint' to check for errors
+# in the html generated.
+# Other languages may want to change the wml command to execute programs
+# that get run before or after wml. For example,
+# WML="wml -q --prolog="/usr/bin/tcs <options here>" \
+# --epilog="/usr/bin/tcs <options here> > $(@D)/$(@F)" \
+# -o $(@F)
+# If you use --epilog as above, then you will want to add a line to
+# Make.templ.inc to remove $(@F) after WML is done.
+WMLOPTIONS=-q
+WMLOUTFILE=$(@F)
+WMLPROLOG=
+WMLEPILOG=
+WML=wml $(WMLOPTIONS) -o $(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+

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