From 4e92b5b8e12a297750a9cfc37a80abde57571fb1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 8 Nov 2022 14:01:33 +0300 Subject: [PATCH 1/1] Use Texinfo 7.0 features --- doc/www.do | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/www.do b/doc/www.do index ea98526..4dfb277 100644 --- a/doc/www.do +++ b/doc/www.do @@ -6,10 +6,8 @@ ${MAKEINFO:=makeinfo} --html \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable FORMAT_MENU=menu \ - --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable DATE_IN_HEADER=1 \ - --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ - --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ - -o $html index.texi + --set-customization-variable ASCII_PUNCTUATION=1 \ + --output $html index.texi find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} + -- 2.44.0