From 5fbbce6480539e534dd54bdc992440c684da8097 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sun, 16 Nov 2008 11:35:57 +0000 Subject: [PATCH] Adjusted the TAGS generation to include the tocktest source files --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d043b91..972fecb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)