bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* patch for gendoc.sh --no-html fix
@ 2024-01-27 11:20 Patrice Dumas
  2024-01-27 11:56 ` Bruno Haible
  0 siblings, 1 reply; 2+ messages in thread
From: Patrice Dumas @ 2024-01-27 11:20 UTC (permalink / raw)
  To: bug-gnulib

[-- 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;;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: patch for gendoc.sh --no-html fix
  2024-01-27 11:20 patch for gendoc.sh --no-html fix Patrice Dumas
@ 2024-01-27 11:56 ` Bruno Haible
  0 siblings, 0 replies; 2+ messages in thread
From: Bruno Haible @ 2024-01-27 11:56 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Patrice Dumas

Patrice Dumas wrote:
> A small patch for a small typo in gendoc.sh for --no-html.

Thanks. Applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-27 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-27 11:20 patch for gendoc.sh --no-html fix Patrice Dumas
2024-01-27 11:56 ` Bruno Haible

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).