From 30ae7570c61601520243282d514c2d391f53917c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Jul 2001 18:14:01 +0000 Subject: (emit-rsync-commands): Also emit code to rsync the .bz2 files. --- Makefile.maint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.maint') diff --git a/Makefile.maint b/Makefile.maint index 3767b2645..fab0768c9 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -246,8 +246,8 @@ define emit-rsync-commands echo ===================================== echo ===================================== echo 'for host in $(a_host) $(b_host); do \' - echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.gz \' - echo ' $$host:$(real_dir); done' + echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.bz2 \' + echo ' $(my_distdir).tar.gz $$host:$(real_dir); done' echo '# send the /tmp/announcement e-mail' echo ===================================== echo ===================================== -- cgit v1.2.3-54-g00ecf