mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
(dist-hook): Do not distribute CVS directories. Thanks to Greg
Troxel.
This commit is contained in:
parent
ea549b5006
commit
e24158fc1f
1 changed files with 1 additions and 2 deletions
|
@ -48,6 +48,5 @@ EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)
|
|||
dist-hook:
|
||||
for d in $(SCM_TESTS_DIRS); do \
|
||||
cp -pR $(srcdir)/$$d $(distdir)/$$d; \
|
||||
rm -rf $(distdir)/$$d/CVS; \
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue