# HG changeset patch # User Steve Kemp # Date 1207079150 -3600 # Node ID 4b0b1944e6bbf37639f7e7f325e33d5e870fe016 # Parent 1567bdfca66f5b8b5cfd944de59596d12c32bff6 Make the code tidy with 'perltidy' diff -r 1567bdfca66f -r 4b0b1944e6bb Makefile --- 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: