X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.do;h=46b7abf55e3ba9f295b209a9872f661bfcbb15f8;hb=0f9f81e55a5db0fa50b539554b078ae4ffdb29bd;hp=61a9a9618a63a24413389859277cddf92cb1d0a2;hpb=4a1176467e08cced506159ac39974a49bea78940;p=gocheese.git diff --git a/www.do b/www.do index 61a9a96..46b7abf 100644 --- a/www.do +++ b/www.do @@ -1,12 +1,14 @@ -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 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 {} \;