Make sure INSTALL is ASCII plaintext
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 29 Jun 2023 15:07:52 +0000 (11:07 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 29 Jun 2023 15:07:52 +0000 (11:07 -0400)
Add --disable-encoding to makeinfo flags so that it does not generate
unicode quote glyphs.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
INSTALL
Makefile

diff --git a/INSTALL b/INSTALL
index 6d51475536459b5d14b8fb224769484e63ee8106..f921f82b4cdb22d5cf135ad5c4aa6c0551ce7820 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -469,8 +469,8 @@ build the GNU C Library:
 
    * GNU 'make' 4.0 or newer
 
-     As of release time, GNU 'make' 4.4 is the newest verified to work to
-     build the GNU C Library.
+     As of release time, GNU 'make' 4.4 is the newest verified to work
+     to build the GNU C Library.
 
    * GCC 6.2 or newer
 
index f324df7a1fa60c394ff1155aaded2e3554f27764..f26050204a131d9b16b21bb2a714eea0adf4ba12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -734,7 +734,7 @@ endif
 INSTALL: manual/install-plain.texi manual/macros.texi \
         $(common-objpfx)manual/pkgvers.texi manual/install.texi
        makeinfo --no-validate --plaintext --no-number-sections \
-                -I$(common-objpfx)manual $< -o $@-tmp
+                --disable-encoding -I$(common-objpfx)manual $< -o $@-tmp
        $(AWK) 'NF == 0 { ++n; next } \
                NF != 0 { while (n-- > 0) print ""; n = 0; print }' \
          < $@-tmp > $@-tmp2