--- trunk/Makefile.PL 2004/07/11 20:18:25 1 +++ trunk/Makefile.PL 2004/07/20 17:07:20 3 @@ -14,7 +14,7 @@ # new target to create png files from GraphViz's dot files created by test sub MY::postamble { - return <<'MAKE_PNG'; + return <<'MAKE_MORE'; #png: tree.png words.png png: tree.png @@ -23,6 +23,9 @@ #words.png: words.dot # dot -Tpng -o words.png words.dot - -MAKE_PNG + +html: jsFind.pm + pod2html jsFind.pm > jsFind.html && rm pod2htm?.tmp + +MAKE_MORE }