* Makefile.am (cvs-release): Fix call to gnupload.
From Jim Meyering.
+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.
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'`; \
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'`; \
#!/bin/sh
# Sign files and upload them.
-scriptversion=2004-01-24.20
+scriptversion=2004-01-25.02
# Copyright (C) 2004 Free Software Foundation
#
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>.