/[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 499 by dpavlin, Sun May 14 21:18:26 2006 UTC revision 500 by dpavlin, Sun May 14 22:07:38 2006 UTC
# Line 59  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          #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.499  
changed lines
  Added in v.500

  ViewVC Help
Powered by ViewVC 1.1.26