X-Git-Url: http://www.git.cypherpunks.ru/?p=cypherpunks-www.git;a=blobdiff_plain;f=all.do;h=7e6a8f13b25d71c38a8fc1d0d327144d481b6e59;hp=e7c0b3b9021fea925ee5e5a03bf60d31bf41ee92;hb=cf2c1b238b67388bc7fe0b7390e7b45b323b834b;hpb=33b1d5466480f6f9e996dd0d0bea8967adf6018b diff --git a/all.do b/all.do index e7c0b3b..7e6a8f1 100644 --- a/all.do +++ b/all.do @@ -11,5 +11,6 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o $html index.texi +( cd static ; tar cf - . ) | tar xfC - $html find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} +