mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
91a75707b1
commit
71bb06d585
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue