]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/gnupload: Add missing 'gnu' to example URL.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Nov 2006 18:58:16 +0000 (18:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Nov 2006 18:58:16 +0000 (18:58 +0000)
Report by Karl Berry.

ChangeLog
lib/gnupload

index 1457a3cd3fc6177b6947621dc4967971e9a4d9c1..f1ac69b85df1244fe7d3afbf4736e32cde60898d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/gnupload: Add missing 'gnu' to example URL.
+       Report by Karl Berry.
+
 2006-10-28  Bobby Jack <bobbykjack@yahoo.co.uk>  (tiny change)
 
        * doc/automake.texi (amhello Explained): autoconf creates
index 0bee2102c45e8742bd332f315120440837caa32e..2f9a1fd454309ca72f0f1cea21c5f3927ab17d21 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>.