gnu-web-doc-update: fix --help
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 10:26:43 +0000 (12:26 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 12:27:05 +0000 (14:27 +0200)
* build-aux/gnu-web-doc-update: The information "top level" was written
twice.

ChangeLog
build-aux/gnu-web-doc-update

index b444910..599fb07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 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
        * top/maint.mk (release-prep): Help Git find .git/.
        From Jim Meyering.
index 263a8f1..4acd69d 100755 (executable)
@@ -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: .)