X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=3ae1c576544f5a909223da5744b863ad16a236ca;hb=ade04d6c0456bb39793e8b3547ac99aeffe8af73;hp=3406d003ada510fbe5632999b5c0a5e2b9d0dcd4;hpb=e80e420f30a83e53702dc31abb640be0e06e6143;p=pygost.git diff --git a/www.do b/www.do index 3406d00..3ae1c57 100644 --- a/www.do +++ b/www.do @@ -1,13 +1,16 @@ +redo-ifchange *.texi VERSION rm -f pygost.html/*.html -makeinfo --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 EXTRA_HEAD='' \ - --set-customization-variable CSS_LINES="`cat style.css`" \ --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 pygost.html www.texi -find pygost.html -type d -exec chmod 755 {} \; -find pygost.html -type f -exec chmod 644 {} \; +find pygost.html -type d -exec chmod 755 {} + +find pygost.html -type f -exec chmod 644 {} +