use hothasktags
This commit is contained in:
parent
f86841c873
commit
14939362cb
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -120,8 +120,9 @@ testcoverage:
|
||||||
@hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null
|
@hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null
|
||||||
@echo "(See .hpc/ for test coverage details.)"
|
@echo "(See .hpc/ for test coverage details.)"
|
||||||
|
|
||||||
|
# hothasktags chokes on some tempolate haskell etc, so ignore errors
|
||||||
tags:
|
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
|
# If ikiwiki is available, build static html docs suitable for being
|
||||||
# shipped in the software package.
|
# shipped in the software package.
|
||||||
|
|
Loading…
Reference in a new issue