about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-06-29 09:20:41 -0700
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2023-06-29 14:08:39 -0400
commit84e93afc734a3c30e35ed2d21466a44259ac577e (patch)
tree332e3a108244b4bb9a0d59446ea0629dd881bfd6 /Makefile
parentc14f2e4aaa0f43e2ccb4e77deaa5101dd5af384a (diff)
downloadglibc-84e93afc734a3c30e35ed2d21466a44259ac577e.tar.gz
glibc-84e93afc734a3c30e35ed2d21466a44259ac577e.tar.xz
glibc-84e93afc734a3c30e35ed2d21466a44259ac577e.zip
Switch to UTF-8 for INSTALL
This makes it slightly easier to read, and these days
everybody can read UTF-8.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f26050204a..f324df7a1f 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 \
-		 --disable-encoding -I$(common-objpfx)manual $< -o $@-tmp
+		 -I$(common-objpfx)manual $< -o $@-tmp
 	$(AWK) 'NF == 0 { ++n; next } \
 		NF != 0 { while (n-- > 0) print ""; n = 0; print }' \
 	  < $@-tmp > $@-tmp2