From: Alexandre Duret-Lutz Date: Sun, 25 Jan 2004 13:55:50 +0000 (+0000) Subject: * lib/gnupload (usage): Fix example. X-Git-Tag: Release-1-8b~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7216274d96b3757e0f260feb0b8796b23aafcfd;p=thirdparty%2Fautomake.git * lib/gnupload (usage): Fix example. * Makefile.am (cvs-release): Fix call to gnupload. From Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index 0bb915b1b..d4518432c 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 244b1dcb6..534e5b110 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 c3326272b..da6b828a6 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 21589274d..f5efeb786 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 .