diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-28 15:08:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-28 15:08:29 -0400 |
commit | 3f6f36cd47e636841f7e863e51bec050e95207b8 (patch) | |
tree | b822b98c75243fc43dfb1396eb0a6e028361f98c /Makefile | |
parent | 7e9d3ef900f7d908c08df27e9562b51fb07b41bc (diff) |
skip files in dist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |