--- trunk/Makefile.PL 2004/09/05 16:55:02 16 +++ trunk/Makefile.PL 2004/10/08 22:56:55 27 @@ -27,7 +27,9 @@ sudo umount /tmp/db html: DBI.pm - pod2html DBI.pm > DBI.html && rm pod2htm?.tmp + pod2html DBI.pm > DBI.html + pod2html examples/webgui.pl > WebGUI.html + rm pod2htm?.tmp MAKE_MORE }