be quiet when making tags in bg
This commit is contained in:
parent
14fcfced48
commit
c961d97604
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ test: fast
|
||||||
|
|
||||||
# hothasktags chokes on some tempolate haskell etc, so ignore errors
|
# hothasktags chokes on some tempolate haskell etc, so ignore errors
|
||||||
tags:
|
tags:
|
||||||
find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
|
@find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
|
||||||
|
|
||||||
# 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