X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=www.do;h=2f81bdea7fb716705443f09347dbb097827cbfa8;hp=34f06bc6042a3f92170b6525adab57af0e392ca4;hb=899fd251608c137ed4c6bab5fc2ec757a294b482;hpb=038fb53e67913f150700107d1db86d5fa54d138d diff --git a/www.do b/www.do index 34f06bc..2f81bde 100644 --- a/www.do +++ b/www.do @@ -9,9 +9,8 @@ ${MAKEINFO:=makeinfo} --html \ --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 {} +