aboutsummaryrefslogtreecommitdiffstats
path: root/french/Makefile
diff options
context:
space:
mode:
authorChristophe Le Bars <clebars>1998-11-07 15:07:37 +0000
committerChristophe Le Bars <clebars>1998-11-07 15:07:37 +0000
commite8e0f47bfcc1793ae4aa01608a0584841507845c (patch)
treeea4079f575ea98470ade44d2681989acf6659857 /french/Makefile
parentf61034686331947a8a2ac9274240ca6f4fabd764 (diff)
Nouveaux Makefile
CVS version numbers french/Make.common: INITIAL -> 1.1 french/Make.dep.generic: INITIAL -> 1.1 french/Make.dep.templ: INITIAL -> 1.1 french/Make.lang: 1.1 -> 1.2 french/Makefile: 1.8 -> 1.9
Diffstat (limited to 'french/Makefile')
-rw-r--r--french/Makefile44
1 files changed, 18 insertions, 26 deletions
diff --git a/french/Makefile b/french/Makefile
index 0cc0919ee7e..57b0d81c022 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -1,31 +1,23 @@
-BASE=.
-HTMLDIR=$(BASE)/../../debian.org
-TEMPLDIR=$(BASE)/template/debian
-ENGLISHSRCDIR=$(BASE)/../english
+# This Makefile should need no changes from webwml/english/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
-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
-WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
- wml -q $(EPILOG) $(<F)
+include $(WMLBASE)/Make.dep.generic
+include $(WMLBASE)/Make.dep.templ
-all: $(HTMLFILES)
- ( 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) )
+# Do Not modify the following line
+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
-include $(BASE)/Make.templ.inc
-
-$(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