X-Git-Url: http://www.git.cypherpunks.ru/?p=cypherpunks-www.git;a=blobdiff_plain;f=all.do;fp=all.do;h=9ffa4f4cd2fddc4bfadcc17dc82e36803b6454fb;hp=7e6a8f13b25d71c38a8fc1d0d327144d481b6e59;hb=c0d41a6b058b2dddca45ce0153c67e8d53cb267c;hpb=cf2c1b238b67388bc7fe0b7390e7b45b323b834b diff --git a/all.do b/all.do index 7e6a8f1..9ffa4f4 100644 --- a/all.do +++ b/all.do @@ -6,11 +6,9 @@ ${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 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 find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} +