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

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

Re: how to build emacs without documentation?


From: Glenn Morris
Subject: Re: how to build emacs without documentation?
Date: Tue, 13 Aug 2013 11:52:53 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Gregor Zattler wrote:

> how do I build emacs without building the documentation in the same
> process?

Either try configure --without-makeinfo (though that may fail),
or instead of plain `make' or `make bootstrap', try

make bootstrap-clean
./autogen.sh
./configure [...]
make all



reply via email to

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