From 0c814c5378d12d0021126362acdcced8993b42a7 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 12 Nov 2008 15:32:23 +0000 Subject: [PATCH] Added a Makefile target for the TAGS file for emacs --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index dad0336..8eebaae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) +