better html creation
[Biblio-Isis] / Makefile.PL
index e598d9d..8c1e288 100644 (file)
@@ -23,9 +23,9 @@ sub MY::postamble {
 HTML_DIR=pod2html
 
 html: $(TO_INST_PM)
-       test -e $(HTML_DIR) && rm -Rf $(HTML_DIR)
+       test -e $(HTML_DIR) && rm -Rf $(HTML_DIR) || true
        mkdir $(HTML_DIR)
-       perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' lib/ pod2html/
+       allpod2xhtml.pl lib/ $(HTML_DIR)
        test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html
 
 changelog: