X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=all.do;h=7e6a8f13b25d71c38a8fc1d0d327144d481b6e59;hb=cf2c1b238b67388bc7fe0b7390e7b45b323b834b;hp=9c8625bd3aa25b42cc067a5fb018c39a0d69f6f7;hpb=415beef17c3b713077b4c8360ec49d97ff3c1890;p=cypherpunks-www.git diff --git a/all.do b/all.do index 9c8625b..7e6a8f1 100644 --- a/all.do +++ b/all.do @@ -1,10 +1,16 @@ -rm -rf cypherpunks.html +html=cypherpunks.html +rm -rf $html ${MAKEINFO:-makeinfo} --html \ --css-include style.css \ + --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 TOP_NODE_UP_URL=index.html \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ - -o cypherpunks.html index.texi + -o $html index.texi +( cd static ; tar cf - . ) | tar xfC - $html +find $html -type d -exec chmod 755 {} + +find $html -type f -exec chmod 644 {} +