]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/gnupload (usage): Fix example.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Jan 2004 13:55:50 +0000 (13:55 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Jan 2004 13:55:50 +0000 (13:55 +0000)
* Makefile.am (cvs-release): Fix call to gnupload.
From Jim Meyering.

ChangeLog
Makefile.am
Makefile.in
lib/gnupload

index 0bb915b1b0463c4ccfdc038e824bc8a471054dfd..d4518432ce2fa33c87d12f6fb836ac9d0bc77a8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-25  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * lib/gnupload (usage): Fix example.
+       * Makefile.am (cvs-release): Fix call to gnupload.
+       From Jim Meyering.
+
 2004-01-24  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/gnupload: New script.
index 244b1dcb60613426630cc12254e36fc23948ae35..534e5b1108058b8e1e988b957bff1f450ba5217a 100644 (file)
@@ -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'`; \
index c3326272b3b4f0b05f6ea5985d4e2f9d244611aa..da6b828a672314e55bcf2d9629f7ecae1567e09e 100644 (file)
@@ -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'`; \
index 21589274df3a2769dec4814bcc83f1e44fc4e84a..f5efeb78619c6d69c4082d8302db8f962b447ad1 100755 (executable)
@@ -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 <bug-automake@gnu.org>.