X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=all.do;h=f5dc07212c866569ca3eaf2007c20c7d83c81c65;hp=07b7916b10be78866be540ce6e826f7f63396d6f;hb=8f6f9f6c64cf40dbf41a5177bf3e44b43d7b23f2;hpb=821714452f48774fae029fec374095c73f4ed464 diff --git a/all.do b/all.do index 07b7916..f5dc072 100644 --- a/all.do +++ b/all.do @@ -8,11 +8,10 @@ ${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 $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 {} +