--- trunk/Makefile.PL 2006/05/14 22:07:38 500 +++ trunk/Makefile.PL 2006/06/26 15:31:04 534 @@ -43,10 +43,15 @@ profile_perl=./run.pl html: $(TO_INST_PM) - test -e $(HTML_DIR) || mkdir $(HTML_DIR) + test -e $(HTML_DIR) && rm -Rf "$(HTML_DIR)" || true + mkdir "$(HTML_DIR)" - test ! -z "`which allpod2xhtml.pl`" && allpod2xhtml.pl ./lib $(HTML_DIR) - test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html + # add additional html documents + test ! -z "`which svn2html.pl`" && svk update && svn2html.pl > $(HTML_DIR)/Changes.html + + test -e $(HTML_DIR)/pod.css || ln -s ../pod.css $(HTML_DIR)/ + + test ! -z "`which allpod2xhtml.pl`" && allpod2xhtml.pl --frames="WebPAC documentation" --existing --css=pod.css ./lib $(HTML_DIR) changelog: svn update && svn -v log > Changes