aboutsummaryrefslogtreecommitdiffstats
path: root/spanish/logos
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-09-23 06:30:59 +0000
committerJames A. Treacy <treacy>1998-09-23 06:30:59 +0000
commit038fd8abc12b690512fa889b9c55fbe2a4dc8bc5 (patch)
tree5e1877ef2309f0837c807b2a954b525bc5dd73c3 /spanish/logos
parent7335f21dfacd5dfae7dd0e0d1f9c80e7b9e2c18c (diff)
added include of Make.lang
CVS version numbers spanish/Makefile: 1.1 -> 1.2 spanish/doc/Makefile: 1.1 -> 1.2 spanish/intro/Makefile: 1.1 -> 1.2 spanish/logos/Makefile: 1.1 -> 1.2
Diffstat (limited to 'spanish/logos')
-rw-r--r--spanish/logos/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/spanish/logos/Makefile b/spanish/logos/Makefile
index 2c560718208..2afbf296261 100644
--- a/spanish/logos/Makefile
+++ b/spanish/logos/Makefile
@@ -5,13 +5,15 @@ HTMLDIR=$(BASE)/../../debian.org/$(CUR_DIR)
TEMPLDIR=$(BASE)/template/debian
ENGLISHSRCDIR=$(BASE)/../english
-# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml
- wml -q $(EPILOG) $(<F)
+include $(BASE)/Make.lang
WMLFILES := $(wildcard *.wml)
HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+# EPILOG=--epilog=weblint
+$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
+ wml -q $(EPILOG) $(<F)
+
all: $(HTMLFILES)
include $(BASE)/Make.templ.inc

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