This commit is contained in:
Joey Hess 2013-06-17 11:12:18 -04:00
parent 6d48a69788
commit a987012af1

View file

@ -50,7 +50,7 @@ install: build install-docs Build/InstallDesktopFile
test: git-annex test: git-annex
./git-annex test ./git-annex test
# hothasktags chokes on some tempolate haskell etc, so ignore errors # hothasktags chokes on some template haskell etc, so ignore errors
tags: tags:
find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null