From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: how to build emacs without documentation? Date: Tue, 13 Aug 2013 11:52:53 -0400 Message-ID: References: <20130811142715.GA22029@boo.workgroup> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1376409186 9435 80.91.229.3 (13 Aug 2013 15:53:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2013 15:53:06 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 13 17:53:11 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V9GuE-00037L-Qx for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 17:53:10 +0200 Original-Received: from localhost ([::1]:53951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GuE-0001xx-DH for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 11:53:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9Gu2-0001xS-K8 for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 11:52:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9Gty-000335-MQ for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 11:52:58 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9Gty-000331-JF for help-gnu-emacs@gnu.org; Tue, 13 Aug 2013 11:52:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V9Gtx-0007FA-Qn; Tue, 13 Aug 2013 11:52:53 -0400 X-Spook: eavesdropping Bush Wired Crowell BATF fraud espionage X-Ran: 7)YUpaj[gWMUtuVF`Q]h%jD\vt@+c0.)&)a4 (Gregor Zattler's message of "Sun, 11 Aug 2013 16:27:15 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92848 Archived-At: 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