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

laforge at netfilter.org laforge at netfilter.org
Sun Feb 13 12:03:52 CET 2005


Author: laforge at netfilter.org
Date: 2005-02-13 12:03:51 +0100 (Sun, 13 Feb 2005)
New Revision: 3672

Modified:
   trunk/homepage/xml/Makefile
Log:
don't include database in every document ;)


Modified: trunk/homepage/xml/Makefile
===================================================================
--- trunk/homepage/xml/Makefile	2005-02-13 11:03:33 UTC (rev 3671)
+++ trunk/homepage/xml/Makefile	2005-02-13 11:03:51 UTC (rev 3672)
@@ -50,7 +50,8 @@
 		--stringparam autolayout-file $(PWD)/autolayout.xml \
 		--stringparam website.database.document website.database.xml \
 		$(STYLESHEET) \
-		$(filter-out autolayout.xml,$^) $(TIDY) 
+		$(filter-out autolayout.xml website.database.xml,$^) \
+		$(TIDY) 
 
 depends.tabular: autolayout.xml
 	$(PROC) \




More information about the netfilter-cvslog mailing list