mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: add hpack yaml files to tags
This commit is contained in:
parent
92038b7d72
commit
323af10790
3
Makefile
3
Makefile
@ -110,6 +110,7 @@ SOURCEFILES:= \
|
||||
hledger-*/Hledger/*hs \
|
||||
hledger-*/Hledger/*/*hs \
|
||||
hledger-web/app/*.hs \
|
||||
hledger-web/tests/*.hs \
|
||||
hledger-web/Handler/*.hs \
|
||||
hledger-web/Hledger/*.hs \
|
||||
hledger-web/Settings/*.hs
|
||||
@ -1315,7 +1316,7 @@ tag: emacstags \
|
||||
$(call def-help,tag, generate tag files for source code navigation (for emacs) )
|
||||
|
||||
emacstags:
|
||||
-@rm -f TAGS; hasktags -e $(SOURCEFILES) $(WEBFILES) $(CABALFILES) $(DOCFILES) Makefile
|
||||
-@rm -f TAGS; hasktags -e $(SOURCEFILES) $(WEBFILES) $(CABALFILES) $(HPACKFILES) $(DOCFILES) Makefile
|
||||
|
||||
cleantags: \
|
||||
$(call def-help-hide,cleantags, remove tag files )
|
||||
|
Loading…
Reference in New Issue
Block a user