diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-16 13:19:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-16 13:19:56 -0400 |
commit | 82ec4cf264d94e61545390bd30b4e40003abb43e (patch) | |
tree | fd92153df8ad27467dd4e780f58d3635a3a6338a /Makefile | |
parent | 3db837215af4e430b722e979a877b23f188097b2 (diff) |
ignore tmp for tags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ test: git-annex # hothasktags chokes on some tempolate haskell etc, so ignore errors tags: - find . | grep -v /.git/ | 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 # If ikiwiki is available, build static html docs suitable for being # shipped in the software package. |