mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
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>
This commit is contained in:
parent
1a21693e16
commit
c14f2e4aaa
4
INSTALL
4
INSTALL
@ -469,8 +469,8 @@ build the GNU C Library:
|
|||||||
|
|
||||||
* GNU 'make' 4.0 or newer
|
* GNU 'make' 4.0 or newer
|
||||||
|
|
||||||
As of release time, GNU 'make' 4.4 is the newest verified to work to
|
As of release time, GNU 'make' 4.4 is the newest verified to work
|
||||||
build the GNU C Library.
|
to build the GNU C Library.
|
||||||
|
|
||||||
* GCC 6.2 or newer
|
* GCC 6.2 or newer
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -734,7 +734,7 @@ endif
|
|||||||
INSTALL: manual/install-plain.texi manual/macros.texi \
|
INSTALL: manual/install-plain.texi manual/macros.texi \
|
||||||
$(common-objpfx)manual/pkgvers.texi manual/install.texi
|
$(common-objpfx)manual/pkgvers.texi manual/install.texi
|
||||||
makeinfo --no-validate --plaintext --no-number-sections \
|
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 } \
|
$(AWK) 'NF == 0 { ++n; next } \
|
||||||
NF != 0 { while (n-- > 0) print ""; n = 0; print }' \
|
NF != 0 { while (n-- > 0) print ""; n = 0; print }' \
|
||||||
< $@-tmp > $@-tmp2
|
< $@-tmp > $@-tmp2
|
||||||
|
Loading…
Reference in New Issue
Block a user