aboutsummaryrefslogtreecommitdiffstats
path: root/german/Makefile
diff options
context:
space:
mode:
authorGerman Language Team <german>1998-11-11 17:55:23 +0000
committerGerman Language Team <german>1998-11-11 17:55:23 +0000
commitd4f0ed8dd5616b7d30b4dd9e5a08c0bacf63db42 (patch)
treee16e4fa19e8ba8fa4487f3ae13b0f532bb7a2ad2 /german/Makefile
parent96c387530d77c55e40ef783f8be171ee4e5fc56d (diff)
Das Verzeichnis uebersetzung ist neu eingerichtet, jetzt werde ich noch TODO
im Hauptverzeichnis loeschen. Ansonsten viele neue Uebersetzungen. CVS version numbers english/News/1998/19981101a.wml: 1.3 -> 1.4 english/News/1998/19981101b.wml: 1.4 -> 1.5 german/Make.dep.generic: 1.1 -> 1.2 german/Make.dep.templ: 1.1 -> 1.2 german/Make.lang: 1.2 -> 1.3 german/Makefile: 1.9 -> 1.10 german/Makefile.README: 1.1 -> 1.2 german/TODO: 1.1 -> 1.2 german/News/Makefile: 1.3 -> 1.4 german/distrib/ftplist.wml: INITIAL -> 1.1 german/distrib/packages.wml: INITIAL -> 1.1 german/security/Makefile: 1.1 -> 1.2 german/uebersetzung/TODO: INITIAL -> 1.1 german/uebersetzung/leute: INITIAL -> 1.1 german/uebersetzung/wortliste: INITIAL -> 1.1
Diffstat (limited to 'german/Makefile')
-rw-r--r--german/Makefile38
1 files changed, 11 insertions, 27 deletions
diff --git a/german/Makefile b/german/Makefile
index 2eaee73a842..57b0d81c022 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -2,37 +2,21 @@
# Please send a message to debian-www if you need to modify anything
# so the problem can be fixed.
-BASE=.
-HTMLDIR=$(BASE)/../../debian.org
-TEMPLDIR=$(BASE)/template/debian
-# Do Not modify the following line
-ENGLISHSRCDIR=$(BASE)/../english
-
-include $(BASE)/Make.lang
-
+WMLBASE=.
+CUR_DIR=
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=2.0 MailingLists News SPI devel distrib doc events intro logos mirror \
+ports security
-# Comment out any lines for which the directory doesn't exist.
-# The '#' should be after the <tab> or the following lines won't
-# execute with some versions of make
-all: $(HTMLFILES) $(IMGDEST)
- ( cd 2.0; $(MAKE) )
- ( cd MailingLists; $(MAKE) )
- ( cd News; $(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 events; $(MAKE) )
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-include $(BASE)/Make.dep.generic
-include $(BASE)/Make.dep.templ
+include $(WMLBASE)/Make.dep.generic
+include $(WMLBASE)/Make.dep.templ
# Do Not modify the following line
-$(HTMLDIR)/index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml \
+index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml \
$(wildcard News/1998/1998*.wml) $(wildcard $(ENGLISHSRCDIR)/News/1998/1998*.wml) \
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
$(WML) index.wml

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