Codebase list guile-gnome-platform / debian/2.16.1-4 Makefile.am.bottom
debian/2.16.1-4

Tree @debian/2.16.1-4 (Download .tar.gz)

Makefile.am.bottom @debian/2.16.1-4raw · history · blame

1
2
3
4
5
6
7
8
9
EXTRA_DIST = dev-environ h2def.py Makefile.am.bottom \
             autogen.sh autogen-pkg.sh autogen-support.sh HACKING

dist-gzip: distdir
	$(AMTAR) --format=ustar -chf - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
	$(am__remove_distdir)
dist dist-all: distdir
	$(AMTAR) --format=ustar -chf - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
	$(am__remove_distdir)