From 4c7c6d6e78b9c5e3e1bf6491ca8f1ce2fae9c797 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Sep 2005 14:14:41 +0000 Subject: [PATCH] (GZIP_ENV): Add --rsyncable option. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index f2b07a8..ff0d1cf 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -24,7 +24,7 @@ ME := Makefile.maint # Do not save the original name or timestamp in the .tar.gz file. -GZIP_ENV = '--no-name --best' +GZIP_ENV = '--no-name --best --rsyncable' CVS = cvs -- 2.7.4