X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=2dd1dfe7f88c78c0ec63f9f43d3857ff1eff0b93;hb=2504e7d3ae123079e7883b8c23175b1a26a5e077;hp=ebd5cfd244a7be2b5fa65c440e8255141a59d129;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/Makefile.am b/Makefile.am index ebd5cfd..2dd1dfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,10 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = ChangeLog.1 PORTS SUBDIRS = doc lib rmt src scripts po tests +dist-hook: + -rm -f $(distdir).cpio + find $(distdir) | cpio -Hcrc -o | \ + GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz + +distclean-local: + -rm -f $(PACKAGE)-$(VERSION).cpio.gz \ No newline at end of file