From 14939362cb3ebc88f95866419272c6a473a3956c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Jan 2013 14:09:46 +1100 Subject: [PATCH] use hothasktags --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb0becfe39..83fa33d476 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.