X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=all.do;h=f5dc07212c866569ca3eaf2007c20c7d83c81c65;hp=07b7916b10be78866be540ce6e826f7f63396d6f;hb=HEAD;hpb=821714452f48774fae029fec374095c73f4ed464 diff --git a/all.do b/all.do index 07b7916..4d96ef1 100644 --- a/all.do +++ b/all.do @@ -6,13 +6,10 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable FORMAT_MENU=menu \ --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 + --set-customization-variable ASCII_PUNCTUATION=1 \ + --output $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 {} +