add cabal file to tags

This commit is contained in:
Simon Michael 2009-04-03 08:44:44 +00:00
parent 3b7362861d
commit 631a2610d5

View File

@ -195,7 +195,7 @@ hackageupload:
# update emacs TAGS file
tag:
@rm -f TAGS; hasktags -e *hs Ledger/*hs
@rm -f TAGS; hasktags -e *hs Ledger/*hs hledger.cabal
clean:
rm -f `find -name "*.o" -o -name "*.hi" -o -name "*~" -o -name "darcs-amend-record*"`