Adjusted the TAGS generation to include the tocktest source files

This commit is contained in:
Neil Brown 2008-11-16 11:35:57 +00:00
parent 02a28b7585
commit 5fbbce6480

View File

@ -215,6 +215,6 @@ haddock:
cat docextra/tock-docs.m4 $$x | m4 -P >$${x}_ && mv $${x}_ $$x; \
done
TAGS: $(tock_SOURCES_hs)
hasktags -e $(tock_SOURCES_hs)
TAGS: $(tocktest_SOURCES)
hasktags -e $(tocktest_SOURCES)