From e24158fc1fad2bc04136a6c81fe9599ffee19380 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 9 Sep 2002 20:57:30 +0000 Subject: [PATCH] (dist-hook): Do not distribute CVS directories. Thanks to Greg Troxel. --- test-suite/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 9f5239e14..1ca9b576b 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -48,6 +48,5 @@ EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) dist-hook: for d in $(SCM_TESTS_DIRS); do \ cp -pR $(srcdir)/$$d $(distdir)/$$d; \ + rm -rf $(distdir)/$$d/CVS; \ done - -