X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=all.do;h=8e018eb44ceb0a3e6b4f830598ddb03bd8156a5a;hb=refs%2Fheads%2Fmaster;hp=7e6a8f13b25d71c38a8fc1d0d327144d481b6e59;hpb=cf2c1b238b67388bc7fe0b7390e7b45b323b834b;p=cypherpunks-www.git diff --git a/all.do b/all.do index 7e6a8f1..8e018eb 100644 --- a/all.do +++ b/all.do @@ -1,16 +1,14 @@ html=cypherpunks.html rm -rf $html ${MAKEINFO:-makeinfo} --html \ - --css-include style.css \ + --set-customization-variable NO_CSS=1 \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ --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 {} +