From 3f6f36cd47e636841f7e863e51bec050e95207b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Mar 2013 15:08:29 -0400 Subject: skip files in dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3