changeset 296:b7212009c857

Properly use maketidy. D'oh.
author Steve Kemp <steve@steve.org.uk>
date Tue, 09 Dec 2008 19:00:05 +0000
parents d2ab0ff77660
children 65ba5f7aaa50
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Dec 09 18:59:50 2008 +0000
+++ b/Makefile	Tue Dec 09 19:00:05 2008 +0000
@@ -100,7 +100,7 @@
 #  Tidy the code
 #
 tidy:
-	if [ -x ~bin/perltidy ]; then \
+	if [ -x ~/bin/perltidy ]; then \
            ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \
 	; fi