X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=2f81bdea7fb716705443f09347dbb097827cbfa8;hb=9b894ff2421ac5c8bd6b8c21b365617356e8762d;hp=46b7abf55e3ba9f295b209a9872f661bfcbb15f8;hpb=0f9f81e55a5db0fa50b539554b078ae4ffdb29bd;p=gocheese.git diff --git a/www.do b/www.do index 46b7abf..2f81bde 100644 --- a/www.do +++ b/www.do @@ -4,11 +4,13 @@ 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 \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o $html gocheese.texi -find $html -type d -exec chmod 755 {} \; -find $html -type f -exec chmod 644 {} \; +find $html -type d -exec chmod 755 {} + +find $html -type f -exec chmod 644 {} +