mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
*** empty log message ***
This commit is contained in:
parent
0b5437c988
commit
4c37ee7456
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
DISTDIRS = $(srcdir)/language $(srcdir)/system
|
||||
EXCLUDES = --exclude=CVS --exclude='*~'
|
||||
|
||||
dist-hook:
|
||||
mkdir $(distdir)/module
|
||||
$(TAR) cf - --exclude=CVS $(srcdir)/language $(srcdir)/system \
|
||||
| (cd $(distdir)/module; $(TAR) xf -)
|
||||
$(TAR) cf - $(EXCLUDES) $(DISTDIRS) | (cd $(distdir); $(TAR) xf -)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue