Adjusted the TAGS generation to include the tocktest source files
This commit is contained in:
parent
02a28b7585
commit
5fbbce6480
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user