mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
fix overview.hs path
This commit is contained in:
parent
12ad860d4c
commit
97cd582b7f
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ docs haddock:
|
|||||||
haddock -h -o doc *.hs
|
haddock -h -o doc *.hs
|
||||||
|
|
||||||
overview:
|
overview:
|
||||||
@./overview.hs Types.hs >OVERVIEW
|
@./tools/overview.hs Types.hs >OVERVIEW
|
||||||
|
|
||||||
loc:
|
loc:
|
||||||
@darcs trackdown 'find . -name "*hs" |xargs wc -l |echo OUTPUT `tail -1`; false' |ruby -nae'puts $$F[1] if /^OUTPUT/'
|
@darcs trackdown 'find . -name "*hs" |xargs wc -l |echo OUTPUT `tail -1`; false' |ruby -nae'puts $$F[1] if /^OUTPUT/'
|
||||||
|
Loading…
Reference in New Issue
Block a user