bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Patrice Dumas <pertusus@free.fr>
To: bug-gnulib@gnu.org
Subject: patch for gendoc.sh --no-html fix
Date: Sat, 27 Jan 2024 12:20:51 +0100	[thread overview]
Message-ID: <ZbTnE3r3F7ut8MWx@free.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

Hello,

A small patch for a small typo in gendoc.sh for --no-html.

-- 
Pat

[-- Attachment #2: gendocs_fix_no_html.diff --]
[-- Type: text/x-diff, Size: 895 bytes --]

diff --git a/ChangeLog b/ChangeLog
index 65982d7177..da748f4f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-27  Patrice Dumas  <pertusus@free.fr>
+
+	gendocs: fix --no-html
+	* build-aux/gendocs.sh: fix typo in variable name set by --no-html.
+
 2024-01-25  Bruno Haible  <bruno@clisp.org>
 
 	execute tests: Avoid test failure on macOS 14.
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index b0433c798f..779b4840e5 100755
--- a/build-aux/gendocs.sh
+++ b/build-aux/gendocs.sh
@@ -167,7 +167,7 @@ while test $# -gt 0; do
     --html)      shift; default_htmlarg=false; htmlarg=$1;;
     --info)      shift; infoarg=$1;;
     --no-ascii)  generate_ascii=false;;
-    --no-html)   generate_ascii=false;;
+    --no-html)   generate_html=false;;
     --no-info)   generate_info=false;;
     --no-tex)    generate_tex=false;;
     --source)    shift; source_extra=$1;;

             reply	other threads:[~2024-01-27 11:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27 11:20 Patrice Dumas [this message]
2024-01-27 11:56 ` patch for gendoc.sh --no-html fix Bruno Haible

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZbTnE3r3F7ut8MWx@free.fr \
    --to=pertusus@free.fr \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).