From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: texinfo: Make version 4.13a available Date: Mon, 10 Feb 2014 17:13:47 +0100 Message-ID: <87bnyfvtc4.fsf@gnu.org> References: <8761on2fo1.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCtUa-0000S9-TB for guix-devel@gnu.org; Mon, 10 Feb 2014 11:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCtUT-0003LZ-0k for guix-devel@gnu.org; Mon, 10 Feb 2014 11:13:56 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:40982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCtUS-0003LU-Q7 for guix-devel@gnu.org; Mon, 10 Feb 2014 11:13:48 -0500 In-Reply-To: <8761on2fo1.fsf@netris.org> (Mark H. Weaver's message of "Mon, 10 Feb 2014 09:41:50 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > This patch adds texinfo-4.13a back to Guix, as an alternative to > texinfo-5.2. > > The motivation is that building Guile's manual using texinfo-4.13a takes > about 6 seconds on my Yeeloong, compared with about 12 *minutes* using > texinfo-5.2. Ouch. My laptop is faster, but yeah, I sympathize. :-) I wonder about the environmental footprint of the switch to Texinfo 5. > From ea307b2af2d995b4f37c27e52f5d259131d27fe8 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Mon, 10 Feb 2014 02:04:38 -0500 > Subject: [PATCH] gnu: texinfo: Make version 4.13a available. > > * gnu/packages/texinfo.scm (texinfo-4): New variable. OK to commit. Thanks, Ludo=E2=80=99.