summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-16 13:19:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-16 13:19:56 -0400
commit82ec4cf264d94e61545390bd30b4e40003abb43e (patch)
treefd92153df8ad27467dd4e780f58d3635a3a6338a /Makefile
parent3db837215af4e430b722e979a877b23f188097b2 (diff)
ignore tmp for tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d6ef037c..58363b200 100644
--- a/Makefile
+++ b/Makefile
@@ -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.