--- webroot/commitfeed/Makefile 2008/11/24 06:18:00 1.2 +++ webroot/commitfeed/Makefile 2008/11/24 06:31:25 1.3 @@ -4,7 +4,9 @@ all: readme.html readme.html: mkcommitfeed.pl - $(POD2HTML) $< > $@ + $(POD2HTML) $< > $@.tmp + sed 's/<\/head>//' $@.tmp > $@ + rm $@.tmp install-example: cp mkcommitfeed-example /usr/local/bin/mkcommitfeed @@ -14,4 +16,4 @@ rm /usr/local/bin/mkcommitfeed ## License: Public Domain. -## $Date: 2008/11/24 06:18:00 $ +## $Date: 2008/11/24 06:31:25 $