aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2023-06-29 11:07:52 -0400
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2023-06-29 11:07:52 -0400
commitc14f2e4aaa0f43e2ccb4e77deaa5101dd5af384a (patch)
tree18e6080f42aa953a65c7efb2fae5f5bb2e09e704 /Makefile
parent1a21693e16a3f3d10f41c486b97fbecb53dd2087 (diff)
downloadglibc-c14f2e4aaa0f43e2ccb4e77deaa5101dd5af384a.zip
glibc-c14f2e4aaa0f43e2ccb4e77deaa5101dd5af384a.tar.gz
glibc-c14f2e4aaa0f43e2ccb4e77deaa5101dd5af384a.tar.bz2
Make sure INSTALL is ASCII plaintext
Add --disable-encoding to makeinfo flags so that it does not generate unicode quote glyphs. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f324df7..f260502 100644
--- 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