X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=b8e5719583fab8d5d98eb01a2f97f8c41ddee1a6;hb=062b37115f4ab2bbdc72a128807adbb010291f8c;hp=ebd5cfd244a7be2b5fa65c440e8255141a59d129;hpb=120e96c480fbfc5fa31fba0f59ba1a45953b838e;p=chaz%2Ftar diff --git a/Makefile.am b/Makefile.am index ebd5cfd..b8e5719 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 $(distdir).cpio.gz