From: Akim Demaille <akim@lrde.epita.fr>
Date: Mon, 30 Jul 2012 10:26:43 +0000 (+0200)
Subject: gnu-web-doc-update: fix --help
X-Git-Tag: v0.1~513
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ea5a7a3403afa5af3948e8226a1ace4f89497210;p=gnulib.git

gnu-web-doc-update: fix --help

* build-aux/gnu-web-doc-update: The information "top level" was written
twice.
---

diff --git a/ChangeLog b/ChangeLog
index b4449103de..599fb07dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,12 @@
 	maint.mk: avoid a sub-shell
 	* top/maint.mk (release-prep): Remove unneeded sub-shell.
 
+2012-07-30  Akim Demaille  <akim@lrde.epita.fr>
+
+	gnu-web-doc-update: fix --help
+	* build-aux/gnu-web-doc-update: The information "top level" was written
+	twice.
+
 2012-07-30  Akim Demaille  <akim@lrde.epita.fr>
 
 	maint.mk: absolute VPATH issue
diff --git a/build-aux/gnu-web-doc-update b/build-aux/gnu-web-doc-update
index 263a8f18ac..4acd69d151 100755
--- a/build-aux/gnu-web-doc-update
+++ b/build-aux/gnu-web-doc-update
@@ -33,10 +33,9 @@ help()
   cat <<EOF
 Usage: $ME
 
-Run this script from top_srcdir (no options or arguments) after each
-non-alpha release, to update the web documentation at
-http://www.gnu.org/software/\$pkg/manual/ Run it from your project's
-the top-level directory.
+Run this script from top_srcdir (no arguments) after each non-alpha
+release, to update the web documentation at
+http://www.gnu.org/software/\$pkg/manual/
 
 Options:
   -C, --builddir=DIR  location of (configured) Makefile (default: .)