From edf84059107ca138f25ff97843438fa8b9f6687d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 2 Sep 2011 01:00:53 +0000 Subject: [PATCH] tools: small updates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74832ed2b..ca5163787 100644 --- a/Makefile +++ b/Makefile @@ -490,7 +490,7 @@ pdf: docspdf codepdf # -for d in $(DOCFILES); do (cd site && ln -sf ../$$d && pandoc $$d -w pdf && rm -f $$d); done # format all code as a pdf for offline reading -ENSCRIPT=enscript -q --header='$$n|$$D{%+}|Page $$% of $$=' --line-numbers --font=Courier6 --color -o- +ENSCRIPT=enscript -q --header='$$n|$$D{%+}|Page $$% of $$=' --highlight=haskell --line-numbers --font=Courier6 --color -o- codepdf: $(ENSCRIPT) --pretty-print=makefile hledger.cabal >cabal.ps $(ENSCRIPT) --pretty-print=makefile Makefile >make.ps @@ -755,7 +755,7 @@ pushbinary: # show project stats useful for release notes -releasestats: \ +showreleasestats stats: \ showreleasedays \ showunreleasedchangecount \ showloc \