From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vibhav Pant Newsgroups: gmane.emacs.devel Subject: Re: How to build emacs without manual? Date: Sat, 29 Mar 2014 21:38:43 +0530 Message-ID: <9a3034e4-7f00-4f31-b1f9-1cabedaa2c7f@email.android.com> References: <87bnwpqaqt.fsf@nbtrap.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----VNG3PGY7547HAZSGTO1DLFC4F6A8DJ" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1396109363 24757 80.91.229.3 (29 Mar 2014 16:09:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2014 16:09:23 +0000 (UTC) To: Nathan Trapuzzano ,emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 17:09:17 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WTvor-0004Tj-7Z for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 17:09:17 +0100 Original-Received: from localhost ([::1]:40091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTvoq-0004U1-MQ for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 12:09:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTvoh-0004St-Lq for emacs-devel@gnu.org; Sat, 29 Mar 2014 12:09:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTvoX-0006UX-Sp for emacs-devel@gnu.org; Sat, 29 Mar 2014 12:09:07 -0400 Original-Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:44848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTvoX-0006UJ-IP for emacs-devel@gnu.org; Sat, 29 Mar 2014 12:08:57 -0400 Original-Received: by mail-pd0-f172.google.com with SMTP id p10so6149144pdj.3 for ; Sat, 29 Mar 2014 09:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:from:date:to:message-id; bh=aKzAnAna9NZ9Za+PhkR1LHyZzUxeZ4KQw16pnGFB4Ls=; b=AIDhXAa4FyVha8NKaW9kN63NgzaCv2N8z6c7YmEbrlY2PJS1YewYfDj6WyAbefKj8b 6b3RdK5wAiiBNYvahVmtGWcGjlIYoztP0na6JeD2Q2sxRZH17kTTkl5equ5GqJ9/RnFe ErWH/m/gGCnppWYw3UbV50RUOQ/yBGXKNqhzMbndpRs5Dv+1MGyijfld16qLnx4KbuJz R/NRi+Lb5VWY3xy7z+DR3agSQQgtM1AZgowkytd8EcxvR7BUf5sQ+DTT9jb4SJVr+GIp Vzxf+FSbDI3MLgbFvccjIELYUiOlNDm1LSTa5RYrebpEM8Is7R021di3MM1E8rX26Fu2 anUQ== X-Received: by 10.66.189.226 with SMTP id gl2mr14925486pac.65.1396109336187; Sat, 29 Mar 2014 09:08:56 -0700 (PDT) Original-Received: from android-a3dbb06063ca298.lan ([117.208.70.83]) by mx.google.com with ESMTPSA id ha2sm32298260pbb.8.2014.03.29.09.08.53 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 29 Mar 2014 09:08:55 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <87bnwpqaqt.fsf@nbtrap.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171154 Archived-At: ------VNG3PGY7547HAZSGTO1DLFC4F6A8DJ Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 The --without-makeinfo flag doesn't work for me too, I have to change MAKEINFO=yes to MAKEINFO=no in the Makefile to compile without docs. On March 29, 2014 9:04:50 PM GMT+05:30, Nathan Trapuzzano wrote: >I'm trying to build older versions of Emacs (e.g. 23.4) to test some >libraries against, but the build keeps failing at the makeinfo stage >(despite make's -k flag), apparently because of some texinfo error that >older versions didn't flag as such. > >Is there a way to configure for a manual-less build without hacking the >Makefiles? The --without-makeinfo flag doesn't do what I thought. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. ------VNG3PGY7547HAZSGTO1DLFC4F6A8DJ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit The --without-makeinfo flag doesn't work for me too, I have to change MAKEINFO=yes to MAKEINFO=no in the Makefile to compile without docs.

On March 29, 2014 9:04:50 PM GMT+05:30, Nathan Trapuzzano <nbtrap@nbtrap.com> wrote:
I'm trying to build older versions of Emacs (e.g. 23.4) to test some
libraries against, but the build keeps failing at the makeinfo stage
(despite make's -k flag), apparently because of some texinfo error that
older versions didn't flag as such.

Is there a way to configure for a manual-less build without hacking the
Makefiles? The --without-makeinfo flag doesn't do what I thought.


--
Sent from my Android device with K-9 Mail. Please excuse my brevity. ------VNG3PGY7547HAZSGTO1DLFC4F6A8DJ--