diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-30 00:20:00 +0100 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-01-30 00:20:00 +0100 |
commit | 0a0bdb97abaec849db6e4dc6caa6a919faa2491f (patch) | |
tree | dd0c092a52c9a1332a9e0f85e45087b44074d408 /lib/gnupload | |
parent | d87a073eafb273a497b92deb12d920f96861fc27 (diff) | |
download | automake-0a0bdb97abaec849db6e4dc6caa6a919faa2491f.tar.gz |
* lib/gnupload: Add download URL to --help output.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'lib/gnupload')
-rwxr-xr-x | lib/gnupload | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/gnupload b/lib/gnupload index 12c939494..5d4289ffc 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -1,9 +1,9 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2008-11-12.21 +scriptversion=2009-01-30.00 -# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -62,6 +62,9 @@ Multiple-target multiple-file example: --to alpha.gnu.org:automake \\ automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2 +You can get the latest version of this script from savannah: +<http://git.savannah.gnu.org/cgit/automake.git/plain/lib/gnupload> + Report bugs to <bug-automake@gnu.org>. Send patches to <automake-patches@gnu.org>." |