From: Sergey Matveev Date: Tue, 8 Nov 2022 11:03:00 +0000 (+0300) Subject: Использовать нововведения Texinfo 7.0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gost-www.git;a=commitdiff_plain;h=a0a35b9bc136db0f6e617a404b15130be406de60 Использовать нововведения Texinfo 7.0 --- diff --git a/all.do b/all.do index 7d5a878..e81e653 100644 --- a/all.do +++ b/all.do @@ -6,10 +6,8 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable FORMAT_MENU=menu \ --set-customization-variable EXTRA_HEAD='' \ - --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 {} +