Add totally bogus tool to generate HTML files one by one when experimenting with individual files

svn path=/branches/test/; revision=13948
This commit is contained in:
adridg
2010-01-06 23:42:48 +00:00
parent e3c5a8f0d9
commit 415dd4822c
2 changed files with 61 additions and 0 deletions

View File

@@ -41,3 +41,7 @@ $(HELPERFILE) :
localmenuinfo.xml: $(HELPERFILE) $(sources)
xsltproc -o $@ $(STYLESHEET) $(HELPERFILE)
rm -f $(HELPERFILE)
%.html : %.xhtml $(HELPERFILE)
perl tools/bogus-build.pl $< | xsltproc -o $@ fsfeurope.xsl -