From 20e637866f291702eb2610c03dbd9569419b25aa Mon Sep 17 00:00:00 2001 From: Daniel Koester <Koester@Math.Uni-Augsburg.DE> Date: Tue, 11 Jun 2002 14:02:21 +0000 Subject: [PATCH] Delete all CVS directories in distribution --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6b1a58e..0b82fb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,6 @@ SUBDIRS = BLAS IAMTOOLS SOLVER PLOT_ANSI ALBERT EXTRA_DIST = DEMO dist-hook: - cd $(distdir)/DEMO - rm -rf CVS src/CVS src/1d/CVS src/2d/CVS src/3d/CVS src/Common/CVS \ No newline at end of file + echo "Deleting CVS directories in built package..." + (cd $(distdir)/DEMO && rm -rf CVS src/CVS src/1d/CVS src/2d/CVS src/3d/CVS src/Common/CVS) + (cd $(distdir)/ALBERT/src/Common && rm -rf CVS) \ No newline at end of file -- GitLab