[netfilter-cvslog] r4065 - in trunk/homepage: scripts xml

laforge at netfilter.org laforge at netfilter.org
Mon Jun 27 23:20:38 CEST 2005


Author: laforge at netfilter.org
Date: 2005-06-27 23:20:37 +0200 (Mon, 27 Jun 2005)
New Revision: 4065

Modified:
   trunk/homepage/scripts/pom2docbook.pl
   trunk/homepage/xml/Makefile
Log:
update to comply with new pom-ng directory scheme


Modified: trunk/homepage/scripts/pom2docbook.pl
===================================================================
--- trunk/homepage/scripts/pom2docbook.pl	2005-06-27 20:58:52 UTC (rev 4064)
+++ trunk/homepage/scripts/pom2docbook.pl	2005-06-27 21:20:37 UTC (rev 4065)
@@ -105,8 +105,8 @@
 	$opt_pomdir = $ARGV[0];
 }
 
-if (! -e "$opt_pomdir/runme") {
-	die("Not in the patch-o-matic directory, plase specify the directory that contains \"runme\"");
+if (! -e "$opt_pomdir/config") {
+	die("Not in the patch-o-matic directory, plase specify the directory that contains \"config\"");
 }
 
 my %paths;

Modified: trunk/homepage/xml/Makefile
===================================================================
--- trunk/homepage/xml/Makefile	2005-06-27 20:58:52 UTC (rev 4064)
+++ trunk/homepage/xml/Makefile	2005-06-27 21:20:37 UTC (rev 4065)
@@ -75,7 +75,7 @@
 	perl -I$(SCRIPTDIR) $(SCRIPTDIR)/gen_howtolinks.pl --output $@ --template $< $(NETFILTER_HOWTODIR)
 
 $(NETFILTER_POMXMLS): $(NETFILTER_POMDEPS)
-	perl -I$(SCRIPTDIR) -I$(NETFILTER_POMDIR) $(SCRIPTDIR)/pom2docbook.pl --xmldir ./patch-o-matic --repository $(patsubst patch-o-matic/pom-%,%,$(patsubst %.xml,%,$@)) $(NETFILTER_POMDIR)
+	perl -I$(SCRIPTDIR) -I$(NETFILTER_POMDIR) $(SCRIPTDIR)/pom2docbook.pl --xmldir ./patch-o-matic --repository $(patsubst patch-o-matic/pom-%,%,$(patsubst %.xml,%,$@)) $(NETFILTER_POMDIR)/patchlets
 
 $(NETFILTER_ADVISORIES): security/%.xml : $(NETFILTER_ADVISORYDIR)/%.txt
 	perl -I$(SCRIPTDIR) $(SCRIPTDIR)/advisory2docbook.pl $< > $@




More information about the netfilter-cvslog mailing list