From: Sergey Matveev Date: Tue, 22 Feb 2022 08:02:12 +0000 (+0300) Subject: TOP_NODE_UP_URL не нужно X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=commitdiff_plain;h=8f6f9f6c64cf40dbf41a5177bf3e44b43d7b23f2 TOP_NODE_UP_URL не нужно --- diff --git a/all.do b/all.do index 07b7916..f5dc072 100644 --- a/all.do +++ b/all.do @@ -8,11 +8,10 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable EXTRA_HEAD='' \ --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 index.texi ( cd static ; tar cf - . | tar xfC - ../$html ) cp -af logo.png $html/ -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 {} +