Added a Makefile target for the TAGS file for emacs

This commit is contained in:
Neil Brown 2008-11-12 15:32:23 +00:00
parent 4e582d8c3a
commit 0c814c5378

View File

@ -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)