* doc/Makefile.am (TEXI2DVI): Set the environment variable LANG to
`C', to have OS X sed process documents that are not using the
current locale (presumably a UTF-8 one), such as the logs produced
by TeX (which may contain Latin-1 characters, for instance).
---
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3badbb1..218e20f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
AM_MAKEINFOFLAGS = --no-split
-TEXI2DVI = texi2dvi --batch
+TEXI2DVI = env LANG=C texi2dvi --batch
FROM_INST_SET_TEXI_GEN_PY = \
--
1.7.10.4
Show replies by date