X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=all.do;h=e81e653dbdee7b8534a447a8050378804858c32b;hb=a0a35b9bc136db0f6e617a404b15130be406de60;hp=7d5a878726fac1740a77cb820bf8ab36765ab456;hpb=00b9a04a414f142be1384d75c9ae91598ac55301;p=gost-www.git diff --git a/all.do b/all.do index 7d5a878..e81e653 100644 --- a/all.do +++ b/all.do @@ -6,10 +6,8 @@ ${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 find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} +