--- webroot/commitfeed/Makefile 2008/11/24 05:08:39 1.1 +++ webroot/commitfeed/Makefile 2008/11/24 06:31:25 1.3 @@ -1,4 +1,12 @@ -all: +POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ + --htmlroot "../.." + +all: readme.html + +readme.html: mkcommitfeed.pl + $(POD2HTML) $< > $@.tmp + sed 's/<\/head>//' $@.tmp > $@ + rm $@.tmp install-example: cp mkcommitfeed-example /usr/local/bin/mkcommitfeed @@ -8,4 +16,4 @@ rm /usr/local/bin/mkcommitfeed ## License: Public Domain. -## $Date: 2008/11/24 05:08:39 $ +## $Date: 2008/11/24 06:31:25 $