]> Dogcows Code - chaz/tar/commitdiff
(dist-hook): Create a cpio archive.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 16 Oct 2006 07:48:51 +0000 (07:48 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 16 Oct 2006 07:48:51 +0000 (07:48 +0000)
Makefile.am

index ebd5cfd244a7be2b5fa65c440e8255141a59d129..2e9b74c3c4c25d0132abc23b8e7988745841ec03 100644 (file)
@@ -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
This page took 0.023872 seconds and 4 git commands to generate.