--- trunk/Makefile.PL 2005/05/24 14:02:05 47 +++ trunk/Makefile.PL 2005/06/23 11:36:08 64 @@ -8,6 +8,7 @@ PREREQ_PM => { 'Class::DBI::Loader' => 0, 'Class::DBI::Pg' => 0, + 'Class::DBI::AbstractSearch' => 0, 'DBD::Pg' => 1.42, 'Getopt::Long' => 0, 'Email::Valid' => 0, @@ -36,6 +37,7 @@ ls *.cgi | cut -d. -f1 | xargs -i sh -c "pod2html --infile {}.* --outfile $(HTML_DIR)/{}.html --htmldir $(HTML_DIR)" rm -f pod2htm?.tmp test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html + test ! -z "`which postgresql_autodoc`" && cd $(HTML_DIR) && postgresql_autodoc -d notices && dot -Tpng -o notices.png notices.dot changelog: svn update && svn -v log > Changes