nolimips: nolimips-0.9-29-ga182a18 Work around OS X sed's limitations.

4 Feb
2014
4 Feb
'14
2:49 p.m.
* 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
4218
Age (days ago)
4218
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain