]> Cypherpunks.ru repositories - nncp.git/commitdiff
Yet another Texinfo simplification
authorSergey Matveev <stargrave@stargrave.org>
Mon, 14 Nov 2022 19:03:09 +0000 (22:03 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 14 Nov 2022 19:03:09 +0000 (22:03 +0300)
makedist.sh

index 245ae6c547a0d2896b88db7609dd792b4b94644a..997ce75b4e9a51645bd2d4586b043fea6555ec9a 100755 (executable)
@@ -58,8 +58,7 @@ texi=$(TMPDIR=doc mktemp)
 
 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`" $@
 }