comparison Makefile @ 297:65ba5f7aaa50

Perltidy properly
author Steve Kemp <steve@steve.org.uk>
date Tue, 09 Dec 2008 19:00:31 +0000
parents b7212009c857
children eba6872a5309
comparison
equal deleted inserted replaced
296:b7212009c857 297:65ba5f7aaa50
99 # 99 #
100 # Tidy the code 100 # Tidy the code
101 # 101 #
102 tidy: 102 tidy:
103 if [ -x ~/bin/perltidy ]; then \ 103 if [ -x ~/bin/perltidy ]; then \
104 ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \ 104 ~/bin/perltidy ./bin/chronicle ./cgi-bin/comments.cgi \
105 ; fi 105 ; fi
106 106
107 107
108 # 108 #
109 # Run the test suite. 109 # Run the test suite.