]> Cypherpunks.ru repositories - pygost.git/commitdiff
Unnecessary TOP_NODE_UP_URL
authorSergey Matveev <stargrave@stargrave.org>
Wed, 15 Sep 2021 15:17:52 +0000 (18:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 15 Sep 2021 15:17:52 +0000 (18:17 +0300)
www.do

diff --git a/www.do b/www.do
index 1d288edb04f683be0e2b1a6873ceee6b177bb270..3ae1c576544f5a909223da5744b863ad16a236ca 100644 (file)
--- a/www.do
+++ b/www.do
@@ -9,9 +9,8 @@ ${MAKEINFO:-makeinfo} --html \
     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
     --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 {} +