X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=all.do;h=8e018eb44ceb0a3e6b4f830598ddb03bd8156a5a;hb=refs%2Fheads%2Fmaster;hp=1fde72a368d3e31f51558e1c4de78912d7a74937;hpb=807f653d46e8eb3fc793bbbb31d9e0d669a0d356;p=cypherpunks-www.git diff --git a/all.do b/all.do index 1fde72a..8e018eb 100644 --- a/all.do +++ b/all.do @@ -1,12 +1,14 @@ -rm -rf cypherpunks.html +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 cypherpunks.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 {} +