From 97cd582b7f343f0633811b7f4870c5dfd885199d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 10 Jul 2008 21:11:58 +0000 Subject: [PATCH] fix overview.hs path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 496ec5929..9bf476c27 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ docs haddock: haddock -h -o doc *.hs overview: - @./overview.hs Types.hs >OVERVIEW + @./tools/overview.hs Types.hs >OVERVIEW loc: @darcs trackdown 'find . -name "*hs" |xargs wc -l |echo OUTPUT `tail -1`; false' |ruby -nae'puts $$F[1] if /^OUTPUT/'