From 84e93afc734a3c30e35ed2d21466a44259ac577e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 Jun 2023 09:20:41 -0700 Subject: Switch to UTF-8 for INSTALL This makes it slightly easier to read, and these days everybody can read UTF-8. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1