# HG changeset patch # User Steve Kemp # Date 1228849171 0 # Node ID e2a71248ae725de2bf587de8ab3d5761b106cf25 # Parent 644ba9f3ffd2e6fead83ac689e21a6914c4bfd1c Use the local perltidy. if present diff -r 644ba9f3ffd2 -r e2a71248ae72 Makefile --- a/Makefile Tue Dec 09 18:58:14 2008 +0000 +++ b/Makefile Tue Dec 09 18:59:31 2008 +0000 @@ -100,9 +100,8 @@ # Tidy the code # tidy: - if [ -x /usr/bin/perltidy ]; then \ - perltidy -b -nt -bt=2 -sbt=1 -bl -mbl=3 -sbl -bbs -bbb -anl -lp bin/chronicle ;\ - perltidy -b -nt -bt=2 -sbt=1 -bl -mbl=3 -sbl -bbs -bbb -anl -lp cgi-bin/comments.cgi \ + if [ -x ~bin/perltidy ]; then \ + ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \ ; fi