aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/hamm
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-08-25 19:43:41 +0000
committerJames A. Treacy <treacy>1998-08-25 19:43:41 +0000
commitabccdcbbc841b2a41ddd5739265d7c1cc7e59c47 (patch)
tree6085f60d934c8cb526fecd29495e81376bffed57 /english/releases/hamm
parentfb3df97b231b737a766a15b1f2e3543dee4451c2 (diff)
further improvements to Makefiles
CVS version numbers english/Makefile: 1.9 -> 1.10 english/MailingLists/Makefile: 1.1 -> 1.2 english/devel/Makefile: 1.1 -> 1.2 english/distrib/Makefile: 1.1 -> 1.2 english/doc/Makefile: 1.1 -> 1.2 english/intro/Makefile: 1.1 -> 1.2 english/logos/Makefile: 1.1 -> 1.2 english/ports/Makefile: 1.1 -> 1.2 english/ports/sparc/Makefile: INITIAL -> 1.1 english/releases/hamm/Makefile: 1.1 -> 1.2 english/security/Makefile: 1.1 -> 1.2
Diffstat (limited to 'english/releases/hamm')
-rw-r--r--english/releases/hamm/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/english/releases/hamm/Makefile b/english/releases/hamm/Makefile
index 834cbe792ad..055df59e3c2 100644
--- a/english/releases/hamm/Makefile
+++ b/english/releases/hamm/Makefile
@@ -1,6 +1,3 @@
-# Translators should only need to change the LANG variable
-LANG=en
-
BASE=..
CUR_DIR=2.0
@@ -9,11 +6,11 @@ TEMPLDIR=$(BASE)/template/debian
ENGLISHSRCDIR=$(BASE)/../english
# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANG) : %.wml $(TEMPLDIR)/template.wml
+$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml
wml -q $(EPILOG) $(<F)
WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANG),$(WMLFILES))
+HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
all: $(HTMLFILES)

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