Add dist-hook to stop CVS/ directories being put into distribution.
authorRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 14:35:39 +0000 (14:35 +0000)
committerRichard Boulton <richard@tartarus.org>
Tue, 2 Jan 2001 14:35:39 +0000 (14:35 +0000)
Original commit message from CVS:
Add dist-hook to stop CVS/ directories being put into distribution.

docs/Makefile.am

index 8df09a1..62f2ba3 100644 (file)
@@ -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