]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
More Texinfo 7.0 compatibility
[goredo.git] / makedist.sh
index b169b2f5c80595dd182c5f938430d34b572eee67..aa647f4d9cf2422eda9fc6c235f4741707ff9c2e 100755 (executable)
@@ -21,8 +21,7 @@ EOF
 
 mkinfo() {
     ${MAKEINFO:-makeinfo} --plaintext \
-        --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
-        --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
+        --set-customization-variable ASCII_PUNCTUATION=1 \
         -D "VERSION `cat ../VERSION`" $@
 }
 
@@ -33,7 +32,6 @@ cat > $texi <<EOF
 @documentencoding UTF-8
 @settitle NEWS
 @node News
-@unnumbered News
 `sed -n '3,$p' < news.texi`
 @bye
 EOF