(dist-hook): Create a cpio archive.

This commit is contained in:
Sergey Poznyakoff
2006-10-16 07:48:51 +00:00
parent 6c8815909d
commit 00746182f3

View 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