From: Sergey Matveev Date: Thu, 15 Jul 2021 11:13:52 +0000 (+0300) Subject: Texinfo 6.8 compatibility X-Git-Tag: v3.0.0~22 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=038fb53e67913f150700107d1db86d5fa54d138d Texinfo 6.8 compatibility --- diff --git a/gocheese.info.do b/gocheese.info.do index 7cbe4ca..8b00bd7 100644 --- a/gocheese.info.do +++ b/gocheese.info.do @@ -1,6 +1,8 @@ redo-ifchange *.texi VERSION ${MAKEINFO:-makeinfo} \ -D "VERSION `cat VERSION`" \ + --set-customization-variable SECTION_NAME_IN_TITLE=1 \ + --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ --output $3 gocheese.texi diff --git a/gocheese.texi b/gocheese.texi index 587e943..8f4aecd 100644 --- a/gocheese.texi +++ b/gocheese.texi @@ -7,7 +7,7 @@ Copyright @copyright{} 2019-2021 @email{stargrave@@stargrave.org, Sergey Matveev @end copying @node Top -@top +@top GoCheese GoCheese is Python private package repository and caching proxy. diff --git a/www.do b/www.do index 46b7abf..34f06bc 100644 --- a/www.do +++ b/www.do @@ -4,6 +4,9 @@ rm -f $html/*.html ${MAKEINFO:=makeinfo} --html \ -D "VERSION `cat VERSION`" \ --css-include style.css \ + --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 TOP_NODE_UP_URL=index.html \