summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-07-14 18:14:01 +0000
committerJim Meyering <jim@meyering.net>2001-07-14 18:14:01 +0000
commit30ae7570c61601520243282d514c2d391f53917c (patch)
tree9179b2f9d13f91afb0e9323d93b0b9b56b907b54 /Makefile.maint
parent293e33d6b44d20816d96d1fa9a8f964bdc383201 (diff)
downloadcoreutils-30ae7570c61601520243282d514c2d391f53917c.tar.xz
(emit-rsync-commands): Also emit code to rsync the .bz2 files.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint4
1 files changed, 2 insertions, 2 deletions
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 =====================================