--- webroot/commitfeed/Makefile 2008/11/24 05:08:39 1.1 +++ webroot/commitfeed/Makefile 2008/11/24 06:18:00 1.2 @@ -1,4 +1,10 @@ -all: +POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ + --htmlroot "../.." + +all: readme.html + +readme.html: mkcommitfeed.pl + $(POD2HTML) $< > $@ install-example: cp mkcommitfeed-example /usr/local/bin/mkcommitfeed @@ -8,4 +14,4 @@ rm /usr/local/bin/mkcommitfeed ## License: Public Domain. -## $Date: 2008/11/24 05:08:39 $ +## $Date: 2008/11/24 06:18:00 $