be quiet when making tags in bg

This commit is contained in:
Joey Hess 2013-03-11 15:39:24 -04:00
parent 14fcfced48
commit c961d97604

View file

@ -59,7 +59,7 @@ test: fast
# hothasktags chokes on some tempolate haskell etc, so ignore errors
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
# shipped in the software package.