From 33b1d5466480f6f9e996dd0d0bea8967adf6018b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 31 May 2022 16:30:01 +0300 Subject: [PATCH] =?utf8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD?= =?utf8?q?=D1=8B=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=20=D0=BD=D0=B0=20?= =?utf8?q?=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D1=81=D0=B3=D0=B5=D0=BD=D0=B5?= =?utf8?q?=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D0=BE=D0=B3?= =?utf8?q?=D0=BE=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- all.do | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/all.do b/all.do index 1fde72a..e7c0b3b 100644 --- a/all.do +++ b/all.do @@ -1,4 +1,5 @@ -rm -rf cypherpunks.html +html=cypherpunks.html +rm -rf $html ${MAKEINFO:-makeinfo} --html \ --css-include style.css \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ @@ -9,4 +10,6 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ - -o cypherpunks.html index.texi + -o $html index.texi +find $html -type d -exec chmod 755 {} + +find $html -type f -exec chmod 644 {} + -- 2.44.0