commit 46f76ca8b879bee8cfe46381d6be34c32e3ee6c3
parent 3a09577e0cb4b09015994d33fa249f2e39070d2c
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 17 Oct 2021 16:55:24 +0200
docs: avoid large Table of Contents at top of HTML version of manual
Texinfo-6.8 (that was used to build the docs of nano-5.9) changed
the way the @contents command is processed for HTML output, with as
result a detailed table of contents at the start of the HTML page.
That is ugly and too much detail. To avoid that, produce a table
of contents only when generating output meant for printing.
This fixes https://savannah.gnu.org/bugs/?61344.
Bug existed since version 5.9.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1990,6 +1990,8 @@ as nano's settings file, instead of the default @code{.nanorc}.
<hr>
@end html
+@iftex
@contents
+@end iftex
@bye