bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13142: 24.2; make install-info fails with non-english locale


From: Glenn Morris
Subject: bug#13142: 24.2; make install-info fails with non-english locale
Date: Tue, 11 Dec 2012 13:41:40 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Version: 24.3

"Nicolas Richard" wrote:

> and the output of `${MAKE} echo-info` depends on the locale. Replacing the
> above line by the following seems to solve my problem :
>
> info_misc=`cd $${thisdir}/doc/misc; LANG=C ${MAKE} echo-info | sed '/ing 
> directory/d'`; \

Thanks, applied to emacs-24.

(I don't particularly like this 'sed' approach, so if anyone has a
better solution... It's needed because make turns on "entering
directory" messages when called recursively, and there seems to be no
portable way to turn that off. I don't want to rely on, eg assuming that
the info file names end in ".info".)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]