# HG changeset patch # User Steve Kemp # Date 1228849231 0 # Node ID 65ba5f7aaa5083b54c59157a3578f7315533a8d7 # Parent b7212009c8571be1a7b5a598e3295ed6c7ed92fd Perltidy properly diff -r b7212009c857 -r 65ba5f7aaa50 Makefile --- a/Makefile Tue Dec 09 19:00:05 2008 +0000 +++ b/Makefile Tue Dec 09 19:00:31 2008 +0000 @@ -101,7 +101,7 @@ # tidy: if [ -x ~/bin/perltidy ]; then \ - ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \ + ~/bin/perltidy ./bin/chronicle ./cgi-bin/comments.cgi \ ; fi