]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Only include test/suites/*.bash in the release archive
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Jan 2019 20:58:43 +0000 (21:58 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Jan 2019 20:58:43 +0000 (21:58 +0100)
dev.mk.in

index cf6e17c71dec0fca1766eaecef9246bdbdfd5f5d..a3c10fef7c0bc369ea985d7d7aecd6100c11e27b 100644 (file)
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -98,7 +98,7 @@ source_dist_files = \
     src/zlib/*.c \
     src/zlib/*.h \
     test/run \
-    test/suites/*
+    test/suites/*.bash
 
 dist_files = \
     $(addprefix $(srcdir)/, $(source_dist_files)) \