X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=2e9b74c3c4c25d0132abc23b8e7988745841ec03;hb=94d0385a57dc46f71234e97edb9ff49e687cbae6;hp=ebd5cfd244a7be2b5fa65c440e8255141a59d129;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/Makefile.am b/Makefile.am index ebd5cfd..2e9b74c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,7 @@ 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