From 207aaa627b93f26ac19caeb16642b861e8ed79ff Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 8 Nov 2022 13:47:26 +0300 Subject: [PATCH] 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 72a7969..9c6a966 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