--- trunk/Makefile.PL 2005/12/19 19:55:21 298 +++ trunk/Makefile.PL 2005/12/27 23:24:36 331 @@ -23,7 +23,7 @@ 'Time::HiRes' => 0, 'File::Temp' => 0, 'List::Util' => 0, - 'URI::Escape' => 0, + 'Encode' => 0, 'LWP' => 0, 'File::Path' => 0, 'Biblio::Isis' => 0.13, @@ -53,10 +53,15 @@ sf: svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2 -run: - rm -f log +config_yml: test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true - test -d db && rm -Rf db/* || mkdir db + +run: config_yml + rm -f log + ./run.pl --clean --limit 100 + +full: config_yml + rm -f log ./run.pl MAKE_MORE