From c9eafab38f8c9b9a7d95a35b0692105a5974b6cd Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 25 Jan 2004 13:55:50 +0000 Subject: [PATCH] * lib/gnupload (usage): Fix example. * Makefile.am (cvs-release): Fix call to gnupload. From Jim Meyering. --- ChangeLog | 6 ++++++ Makefile.am | 2 +- Makefile.in | 2 +- lib/gnupload | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bb915b1..d4518432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-25 Alexandre Duret-Lutz + + * lib/gnupload (usage): Fix example. + * Makefile.am (cvs-release): Fix call to gnupload. + From Jim Meyering. + 2004-01-24 Alexandre Duret-Lutz * lib/gnupload: New script. diff --git a/Makefile.am b/Makefile.am index 244b1dcb..534e5b11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -281,7 +281,7 @@ cvs-release: cvs-dist esac; \ $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \ --to sources.redhat.com:~ftp/automake \ - --to $$dest.gnu.org:gnu/automake $(DIST_ARCHIVES) + --to $$dest.gnu.org:automake $(DIST_ARCHIVES) cvs-diff: thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \ diff --git a/Makefile.in b/Makefile.in index c3326272..da6b828a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -763,7 +763,7 @@ cvs-release: cvs-dist esac; \ $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \ --to sources.redhat.com:~ftp/automake \ - --to $$dest.gnu.org:gnu/automake $(DIST_ARCHIVES) + --to $$dest.gnu.org:automake $(DIST_ARCHIVES) cvs-diff: thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \ diff --git a/lib/gnupload b/lib/gnupload index 21589274..f5efeb78 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -1,7 +1,7 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2004-01-24.20 +scriptversion=2004-01-25.02 # Copyright (C) 2004 Free Software Foundation # @@ -45,7 +45,7 @@ Recognized destinations are: Example: gnupload --to sources.redhat.com:~ftp/automake \\ - --to alpha.gnu.org:gnu/automake \\ + --to alpha.gnu.org:automake \\ automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2 Report bugs to . -- 2.43.5