summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-30 14:09:46 +1100
committerGravatar Joey Hess <joey@kitenet.net>2013-01-30 14:09:46 +1100
commit1138fcd0d165a4e902d35139fb45714057b058ab (patch)
tree3eecd17d2714ae6f542ab9451367b6e4f030ccad /Makefile
parent17cf1b4a6aadc21aa99c2569ab2372a9b0d4cb8d (diff)
use hothasktags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb0becfe3..83fa33d47 100644
--- a/Makefile
+++ b/Makefile
@@ -120,8 +120,9 @@ testcoverage:
@hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null
@echo "(See .hpc/ for test coverage details.)"
+# hothasktags chokes on some tempolate haskell etc, so ignore errors
tags:
- ~/.cabal/bin/hasktags .
+ find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>&1
# If ikiwiki is available, build static html docs suitable for being
# shipped in the software package.