aboutsummaryrefslogtreecommitdiffstats
path: root/english/Make.lang
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-10-21 07:45:13 +0000
committerJames A. Treacy <treacy>1998-10-21 07:45:13 +0000
commit7a53b12a5586397acf0e89b1ecb510577cbfe0de (patch)
treef3a4abf4602f9abd793a9f3281e11c5fabc92a02 /english/Make.lang
parent7560e90b67a24266d16a3191042192715d56a257 (diff)
simplified Makefiles and fixed some dependency probs
CVS version numbers english/Make.lang: 1.1 -> 1.2 english/Make.templ.inc: 1.1 -> 1.2 english/Makefile: 1.16 -> 1.17 english/contact.wml: 1.1 -> 1.2 english/MailingLists/Makefile: 1.5 -> 1.6 english/News/Makefile: 1.4 -> 1.5 english/News/1997/Makefile: 1.4 -> 1.5 english/News/1998/Makefile: 1.10 -> 1.11 english/devel/Makefile: 1.5 -> 1.6 english/distrib/Makefile: 1.5 -> 1.6 english/doc/Makefile: 1.5 -> 1.6 english/intro/Makefile: 1.5 -> 1.6 english/logos/Makefile: 1.5 -> 1.6 english/ports/Makefile: 1.6 -> 1.7 english/ports/alpha/Makefile: 1.2 -> 1.3 english/ports/arm/Makefile: 1.2 -> 1.3 english/ports/powerpc/Makefile: 1.2 -> 1.3 english/ports/sparc/Makefile: 1.4 -> 1.5 english/releases/hamm/Makefile: 1.5 -> 1.6 english/security/Makefile: 1.10 -> 1.11 english/security/1997/Makefile: 1.4 -> 1.5 english/security/1998/Makefile: 1.1 -> 1.2 english/template/debian/footer.wml: 1.3 -> 1.4
Diffstat (limited to 'english/Make.lang')
-rw-r--r--english/Make.lang19
1 files changed, 19 insertions, 0 deletions
diff --git a/english/Make.lang b/english/Make.lang
index 613db39a821..319c1fd2750 100644
--- a/english/Make.lang
+++ b/english/Make.lang
@@ -1 +1,20 @@
+# 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.
LANGUAGE=en
+
+# 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>"
+WML=wml -q
+
+
+# The following was included here simply because it was convenient
+
+WMLFILES := $(wildcard *.wml)
+HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+JPGSOURCE := $(wildcard *.gif)
+JPGDEST := $(patsubst %.gif,$(HTMLDIR)/%.gif,$(JPGSOURCE))

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