aboutsummaryrefslogtreecommitdiffstats
path: root/german/Makefile
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-10-13 05:50:21 +0000
committerJames A. Treacy <treacy>1998-10-13 05:50:21 +0000
commit2b334360f1fbe2c5d8a859b26b2b40b26ff9281a (patch)
tree2f8c2a96187e0d178797a607981c486907172cc1 /german/Makefile
parent23c181edaa9f0697c94edc48014e3de92c604ce5 (diff)
fixed minor problems
CVS version numbers german/Makefile: 1.5 -> 1.6
Diffstat (limited to 'german/Makefile')
-rw-r--r--german/Makefile26
1 files changed, 11 insertions, 15 deletions
diff --git a/german/Makefile b/german/Makefile
index 851bedb4164..ec0811841d4 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -1,35 +1,31 @@
BASE=.
HTMLDIR=$(BASE)/../../debian.org
TEMPLDIR=$(BASE)/template/debian
-GERMANSRCDIR=$(BASE)/../german
+ENGLISHSRCDIR=$(BASE)/../english
include $(BASE)/Make.lang
-# WMLFILES := $(wildcard *.wml)
-WMLFILES := $(shell echo *.wml)
+WMLFILES := $(wildcard *.wml)
HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
-# bla:
-# echo "$(HTMLFILES)"
-
# EPILOG=--epilog=weblint
$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
wml -q $(EPILOG) $(<F)
all: $(HTMLFILES)
( cd 2.0; $(MAKE) )
-# ( cd MailingLists; $(MAKE) )
+ # ( cd MailingLists; $(MAKE) )
( cd News; $(MAKE) )
-# ( cd SPI; $(MAKE) )
-# ( cd devel; $(MAKE) )
-# ( cd distrib; $(MAKE) )
-# ( cd doc; $(MAKE) )
+ # ( cd SPI; $(MAKE) )
+ # ( cd devel; $(MAKE) )
+ # ( cd distrib; $(MAKE) )
+ # ( cd doc; $(MAKE) )
( cd intro; $(MAKE) )
-# ( cd logos; $(MAKE) )
-# ( cd ports; $(MAKE) )
-# ( cd security; $(MAKE) )
+ # ( cd logos; $(MAKE) )
+ # ( cd ports; $(MAKE) )
+ # ( cd security; $(MAKE) )
include $(BASE)/Make.templ.inc
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(HTMLDIR)/News/index.html.$(LANGUAGE) $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_news.wml $(TEMPLDIR)/languages.wml
+$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_news.wml $(TEMPLDIR)/languages.wml
wml -q index.wml

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