From: Sergey Matveev Date: Wed, 15 Sep 2021 15:17:52 +0000 (+0300) Subject: Unnecessary TOP_NODE_UP_URL X-Git-Tag: 5.7~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=ce954e16992da0d00e7d365fa44aea49049ddc6b;hp=0a222bc1e121d463351d0c259a403c3e8d331e60 Unnecessary TOP_NODE_UP_URL --- diff --git a/www.do b/www.do index 1d288ed..3ae1c57 100644 --- a/www.do +++ b/www.do @@ -9,9 +9,8 @@ ${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 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 {} +