]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - all.do
Использовать нововведения Texinfo 7.0
[cypherpunks-www.git] / all.do
diff --git a/all.do b/all.do
index 7e6a8f13b25d71c38a8fc1d0d327144d481b6e59..9ffa4f4cd2fddc4bfadcc17dc82e36803b6454fb 100644 (file)
--- 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='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
-    --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 {} +