Added a Makefile target for the TAGS file for emacs
This commit is contained in:
parent
4e582d8c3a
commit
0c814c5378
|
@ -213,3 +213,7 @@ haddock:
|
|||
echo ">>> Post-processing $$x"; \
|
||||
cat docextra/tock-docs.m4 $$x | m4 -P >$${x}_ && mv $${x}_ $$x; \
|
||||
done
|
||||
|
||||
TAGS: $(tock_SOURCES_hs)
|
||||
hasktags -e $(tock_SOURCES_hs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user