1
Fork 0
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:
Keisuke Nishida 2001-04-07 12:36:57 +00:00
parent 0b5437c988
commit 4c37ee7456

View file

@ -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 -)