]> Dogcows Code - chaz/tar/blobdiff - Makefile.am
* lib/.cvsignore: Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h,
[chaz/tar] / Makefile.am
index ebd5cfd244a7be2b5fa65c440e8255141a59d129..2dd1dfe7f88c78c0ec63f9f43d3857ff1eff0b93 100644 (file)
@@ -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
This page took 0.022712 seconds and 4 git commands to generate.