diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-03 23:33:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-03 23:33:22 -0400 |
commit | 711ef96d67f467c193e637ae5a7d5837c8cf9910 (patch) | |
tree | 3bb9576cb68c6b67bb0768afb51e91291d637381 /Makefile | |
parent | 9366eebb15eca405a96865c23f89bc94762e03d1 (diff) |
send hothasktags stderr to null
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ test: git-annex # hothasktags chokes on some tempolate haskell etc, so ignore errors tags: - find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>&1 + 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. |