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

laforge at netfilter.org laforge at netfilter.org
Sun Feb 13 12:30:20 CET 2005


Author: laforge at netfilter.org
Date: 2005-02-13 12:30:20 +0100 (Sun, 13 Feb 2005)
New Revision: 3674

Modified:
   trunk/homepage/xml/Makefile
Log:
need absolute path name for olink database to support subdirectories


Modified: trunk/homepage/xml/Makefile
===================================================================
--- trunk/homepage/xml/Makefile	2005-02-13 11:27:33 UTC (rev 3673)
+++ trunk/homepage/xml/Makefile	2005-02-13 11:30:20 UTC (rev 3674)
@@ -48,7 +48,7 @@
 	$(PROC) $(STYLEOPT) \
 		--output $@ \
 		--stringparam autolayout-file $(PWD)/autolayout.xml \
-		--stringparam website.database.document website.database.xml \
+		--stringparam website.database.document $(PWD)/website.database.xml \
 		$(STYLESHEET) \
 		$(filter-out autolayout.xml website.database.xml,$^) \
 		$(TIDY) 




More information about the netfilter-cvslog mailing list