/[webpac2]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 225 by dpavlin, Mon Dec 5 19:20:04 2005 UTC revision 298 by dpavlin, Mon Dec 19 19:55:21 2005 UTC
# Line 26  WriteMakefile( Line 26  WriteMakefile(
26          'URI::Escape' => 0,          'URI::Escape' => 0,
27          'LWP' => 0,          'LWP' => 0,
28          'File::Path' => 0,          'File::Path' => 0,
29            'Biblio::Isis' => 0.13,
30            'MARC::Fast' => 0.02,
31      },      },
32      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
33      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
# Line 55  run: Line 57  run:
57          rm -f log          rm -f log
58          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true
59          test -d db && rm -Rf db/* || mkdir db          test -d db && rm -Rf db/* || mkdir db
         #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true  
         #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true  
60          ./run.pl          ./run.pl
61    
62  MAKE_MORE  MAKE_MORE

Legend:
Removed from v.225  
changed lines
  Added in v.298

  ViewVC Help
Powered by ViewVC 1.1.26