mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
;make tag: include hledger-web hamlet templates
This commit is contained in:
parent
945ee14bec
commit
24c33f3105
5
Makefile
5
Makefile
@ -160,8 +160,10 @@ MANUALGENFILES:= \
|
||||
COMMANDHELPFILES:= \
|
||||
hledger/Hledger/Cli/Commands/*.md \
|
||||
|
||||
WEBCODEFILES:= \
|
||||
WEBTEMPLATEFILES:= \
|
||||
hledger-web/templates/* \
|
||||
|
||||
WEBCODEFILES:= \
|
||||
hledger-web/static/*.js \
|
||||
hledger-web/static/*.css \
|
||||
|
||||
@ -987,6 +989,7 @@ emacstags-ctags:
|
||||
hasktags -e $(SOURCEFILES)
|
||||
ctags -a -e -R
|
||||
for f in \
|
||||
$(WEBTEMPLATEFILES) \
|
||||
$(DOCSOURCEFILES) \
|
||||
$(HPACKFILES) \
|
||||
$(CABALFILES) \
|
||||
|
Loading…
Reference in New Issue
Block a user