]> Cypherpunks.ru repositories - cryptoparty-www.git/commitdiff
TOP_NODE_UP_URL не нужно
authorSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 08:02:12 +0000 (11:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 08:02:12 +0000 (11:02 +0300)
all.do

diff --git a/all.do b/all.do
index 07b7916b10be78866be540ce6e826f7f63396d6f..f5dc07212c866569ca3eaf2007c20c7d83c81c65 100644 (file)
--- a/all.do
+++ b/all.do
@@ -8,11 +8,10 @@ ${MAKEINFO:-makeinfo} --html \
     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cryptoparty.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 $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 {} +