X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=34f06bc6042a3f92170b6525adab57af0e392ca4;hb=038fb53e67913f150700107d1db86d5fa54d138d;hp=61a9a9618a63a24413389859277cddf92cb1d0a2;hpb=4a1176467e08cced506159ac39974a49bea78940;p=gocheese.git diff --git a/www.do b/www.do index 61a9a96..34f06bc 100644 --- a/www.do +++ b/www.do @@ -1,12 +1,17 @@ -rm -f gocheese.html/*.html +redo-ifchange *.texi VERSION +html=gocheese.html +rm -f $html/*.html ${MAKEINFO:=makeinfo} --html \ - --set-customization-variable CSS_LINES="`cat style.css`" \ + -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 USE_ACCESSKEY=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 gocheese.html gocheese.texi -find gocheese.html -type d -exec chmod 755 {} \; -find gocheese.html -type f -exec chmod 644 {} \; + -o $html gocheese.texi +find $html -type d -exec chmod 755 {} \; +find $html -type f -exec chmod 644 {} \;