summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-28 15:08:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-28 15:08:29 -0400
commit3f6f36cd47e636841f7e863e51bec050e95207b8 (patch)
treeb822b98c75243fc43dfb1396eb0a6e028361f98c /Makefile
parent7e9d3ef900f7d908c08df27e9562b51fb07b41bc (diff)
skip files in dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68d2aa3ff..d0e658842 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,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>/dev/null
+ find . | grep -v /.git/ | 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.