[netfilter-cvslog] r3617 - trunk/homepage/xml

laforge at netfilter.org laforge at netfilter.org
Sun Jan 30 14:14:10 CET 2005


Author: laforge at netfilter.org
Date: 2005-01-30 14:14:09 +0100 (Sun, 30 Jan 2005)
New Revision: 3617

Modified:
   trunk/homepage/xml/Makefile
Log:
cleanup


Modified: trunk/homepage/xml/Makefile
===================================================================
--- trunk/homepage/xml/Makefile	2005-01-30 13:13:54 UTC (rev 3616)
+++ trunk/homepage/xml/Makefile	2005-01-30 13:14:09 UTC (rev 3617)
@@ -39,12 +39,12 @@
 
 autolayout.xml: layout.xml mirrors.xml documentation/index.xml $(NETFILTER_POMXMLS) $(NETFILTER_ADVISORIES)
 	$(PROC) $(STYLEDIR)/autolayout.xsl $< > $@
-	make depends
+	make depends.tabular
 
 website.database.xml: autolayout.xml
 	$(PROC) --output $@ /usr/share/xml/docbook/custom/website/2.5.0/xsl/website-targets.xsl $<
 
-%.html: autolayout.xml
+%.html: autolayout.xml website.database.xml
 	$(PROC) $(STYLEOPT) \
 		--output $@ \
 		--stringparam autolayout-file $(PWD)/autolayout.xml \
@@ -52,15 +52,14 @@
 		$(STYLESHEET) \
 		$(filter-out autolayout.xml,$^) $(TIDY) 
 
-depends: autolayout.xml
-	$(PROC) $(STYLEOPT) $(STYLEDIR)/makefile-dep.xsl $< > depends.tabular
+depends.tabular: autolayout.xml
+	$(PROC) \
+		--output depends.tabular \
+		$(STYLEOPT) \
+		$(STYLEDIR)/makefile-dep.xsl  $< 
 
-depends.tabular:
-	touch $@
-	make depends
-
 mrproper: distclean
-	rm mirrors.xml documentation/index.xml $(NETFILTER_POMXMLS) $(NETFILTER_ADVISORIES)
+	rm mirrors.xml documentation/index.xml $(NETFILTER_POMXMLS) $(NETFILTER_ADVISORIES) website.database.xml
 
 # pages built from templates, etc.
 




More information about the netfilter-cvslog mailing list