From 71bb06d5853dfd4cd363670956676ee3b1a1131a Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Tue, 2 Jan 2001 14:35:39 +0000 Subject: [PATCH] Add dist-hook to stop CVS/ directories being put into distribution. Original commit message from CVS: Add dist-hook to stop CVS/ directories being put into distribution. --- docs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 8df09a1ce4..62f2ba3eca 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,7 @@ SUBDIRS = manual fwg gst libs EXTRA_DIST = random slides manuals.mak + +dist-hook: + $(RM) -rf random/CVS + $(RM) -rf slides/CVS