aboutsummaryrefslogtreecommitdiffstats
path: root/french/logos
diff options
context:
space:
mode:
authorChristophe Le Bars <clebars>1998-11-07 15:52:17 +0000
committerChristophe Le Bars <clebars>1998-11-07 15:52:17 +0000
commit310851603d5301eb8e80ec2a4e6d01f55a915c01 (patch)
tree7a5e9e6f41f5adcde03ab98dce2bfcaf8142347f /french/logos
parente7da5692a71a034037ff0a12fc42876e6c6495dd (diff)
Fin de la migration vers les nouveaux Makefile
CVS version numbers french/Make.templ.inc: 1.1 -> 1.2(DEAD) french/Makefile: 1.9 -> 1.10 french/news.wml: 1.1 -> 1.2(DEAD) french/MailingLists/Makefile: 1.1 -> 1.2 french/News/Makefile: 1.1 -> 1.2 french/News/1997/Makefile: 1.1 -> 1.2 french/News/1998/Makefile: 1.1 -> 1.2 french/devel/Makefile: 1.2 -> 1.3 french/distrib/Makefile: 1.1 -> 1.2 french/doc/Makefile: 1.1 -> 1.2 french/intro/Makefile: 1.1 -> 1.2 french/logos/Makefile: 1.1 -> 1.2 french/security/Makefile: 1.1 -> 1.2
Diffstat (limited to 'french/logos')
-rw-r--r--french/logos/Makefile28
1 files changed, 12 insertions, 16 deletions
diff --git a/french/logos/Makefile b/french/logos/Makefile
index 286623b94ba..2e651f80533 100644
--- a/french/logos/Makefile
+++ b/french/logos/Makefile
@@ -1,19 +1,15 @@
-BASE=..
-CUR_DIR=logos
-
-HTMLDIR=$(BASE)/../../debian.org/$(CUR_DIR)
-TEMPLDIR=$(BASE)/template/debian
-ENGLISHSRCDIR=$(BASE)/../english
-
-include $(BASE)/Make.lang
+# This Makefile should need no changes from webwml/english/logos/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
-WMLFILES := $(wildcard *.wml)
-HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
-
-# EPILOG=--epilog=weblint
-$(HTMLDIR)/%.html.$(LANGUAGE) : %.wml $(TEMPLDIR)/template.wml
- wml -q $(EPILOG) $(<F)
+WMLBASE=..
+CUR_DIR=logos
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=
-all: $(HTMLFILES)
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
-include $(BASE)/Make.templ.inc
+include $(WMLBASE)/Make.dep.templ
+include $(WMLBASE)/Make.dep.generic

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