changeset 174:4b0b1944e6bb

Make the code tidy with 'perltidy'
author Steve Kemp <steve@steve.org.uk>
date Tue, 01 Apr 2008 20:45:50 +0100
parents 1567bdfca66f
children 887a460d77d5
files Makefile
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Apr 01 20:44:38 2008 +0100
+++ b/Makefile	Tue Apr 01 20:45:50 2008 +0100
@@ -77,7 +77,7 @@
 #
 #  Make a new release tarball, and make a GPG signature.
 #
-release: clean
+release: tidy clean
 	rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION)
 	rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz
 	cp -R . $(DIST_PREFIX)/$(BASE)-$(VERSION)
@@ -94,6 +94,13 @@
 
 
 #
+#  Tidy the code
+#
+tidy:
+	perltidy -b -nt -bt=2 -sbt=1 -bl  -mbl=3 -sbl -bbs -bbb -anl  -lp bin/chronicle
+
+
+#
 #  Run the test suite.
 #
 test: