Sync from Automake.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Nov 2006 18:58:42 +0000 (18:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Nov 2006 18:58:42 +0000 (18:58 +0000)
* build-aux/gnupload: Add missing 'gnu' to example URL.
Report by Karl Berry.

ChangeLog
build-aux/gnupload

index 19af385..9cc361f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Sync from Automake.
+       * build-aux/gnupload: Add missing 'gnu' to example URL.
+       Report by Karl Berry.
+
 2006-11-08  Bruno Haible  <bruno@clisp.org>
 
        * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
index 0bee210..2f9a1fd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2006-10-15.21
+scriptversion=2006-11-08.20
 
 # Copyright (C) 2004, 2005, 2006  Free Software Foundation
 #
@@ -48,7 +48,7 @@ Recognized destinations are:
 
 Example:
   gnupload --to sources.redhat.com:~ftp/pub/automake \\
-           --to alpha.gnu.org:automake \\
+           --to alpha.gnu.org:gnu/automake \\
            automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
 
 Report bugs to <bug-automake@gnu.org>.