/[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 495 by dpavlin, Sun May 14 19:45:16 2006 UTC revision 500 by dpavlin, Sun May 14 22:07:38 2006 UTC
# Line 30  WriteMakefile( Line 30  WriteMakefile(
30          'MARC::Fast' => 0.02,          'MARC::Fast' => 0.02,
31          'Search::Estraier' => 0.06,          'Search::Estraier' => 0.06,
32          'List::Util' => 0,          'List::Util' => 0,
33            'Spreadsheet::ParseExcel', => 0,
34      },      },
35      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
36      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
# Line 58  sf: Line 59  sf:
59    
60  config_yml:  config_yml:
61          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
62            #perl -c conf/normalize/*.pl
63            perl -c conf/normalize/*.pl 2>&1 | grep 'conf/normalize' | grep -v 'OK' | sed -e 's#^.*conf/normalize#conf/normalize#' -e 's#,##' | awk '{ print "+" $3 " " $1 }' | xargs -i echo vi {}
64    
65  run: config_yml  run: config_yml
66          rm -f log          rm -f log

Legend:
Removed from v.495  
changed lines
  Added in v.500

  ViewVC Help
Powered by ViewVC 1.1.26