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.
This commit is contained in:
Richard Boulton 2001-01-02 14:35:39 +00:00
parent 91a75707b1
commit 71bb06d585

View 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