fix overview.hs path

This commit is contained in:
Simon Michael 2008-07-10 21:11:58 +00:00
parent 12ad860d4c
commit 97cd582b7f

View File

@ -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/'