aboutsummaryrefslogtreecommitdiffstats
path: root/english/Make.lang
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-10-30 20:17:01 +0000
committerJames A. Treacy <treacy>1998-10-30 20:17:01 +0000
commit8a9b9b08ca9d76f3a0ad2f12d63d4b10772beff1 (patch)
treeb469ad4227304976febca5953069541260cd25a2 /english/Make.lang
parent9bb62d78b9cd15502c03501c0849396c5dfff958 (diff)
improved definition of WML
CVS version numbers english/Make.lang: 1.4 -> 1.5
Diffstat (limited to 'english/Make.lang')
-rw-r--r--english/Make.lang11
1 files changed, 8 insertions, 3 deletions
diff --git a/english/Make.lang b/english/Make.lang
index 3d43ffd8715..c98b6aa3a4a 100644
--- a/english/Make.lang
+++ b/english/Make.lang
@@ -1,6 +1,7 @@
-# Only the LANGUAGE variable needs to be changed between the different languages.
-# If you find this is not the case please report it to debian-www.
+# The LANGUAGE variable needs to be set for each language.
+# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
LANGUAGE=en
+LANGUAGECAP=EN
# The '-q' forces wml to be quiet. Very useful in scripts.
# It is sometimes useful to add '--epilog=weblint' to check for errors
@@ -12,7 +13,11 @@ LANGUAGE=en
# -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.
-WML=wml -q -o $(@D)/$(@F)
+WMLOPTIONS=-q
+WMLOUTFILE=$(@D)/$(@F)
+WMLPROLOG=
+WMLEPILOG=
+WML=wml $(WMLOPTIONS) -o $(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
# The following was included here simply because it was convenient

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