From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] build: Use an up to date copy of texinfo.tex Date: Sat, 11 Mar 2017 12:26:57 +0100 Message-ID: <87shmk835q.fsf@gnu.org> References: <1487765072-32603-1-git-send-email-jmd@gnu.org> <1487765072-32603-2-git-send-email-jmd@gnu.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]:35695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmfAu-0000O7-EX for guix-devel@gnu.org; Sat, 11 Mar 2017 06:27:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmfAr-00035u-Ck for guix-devel@gnu.org; Sat, 11 Mar 2017 06:27:04 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmfAr-00035o-99 for guix-devel@gnu.org; Sat, 11 Mar 2017 06:27:01 -0500 In-Reply-To: <1487765072-32603-2-git-send-email-jmd@gnu.org> (John Darrington's message of "Wed, 22 Feb 2017 13:04:31 +0100") 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" To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > * build-aux/texinfo.tex,ref: New file, copied from texlive-minimal > * bootstrap: Use it, if newer than the texinfo.tex from automake. Sorry for the delay. I think we should not add texinfo.tex to our repo. As you discussed in the rest of the thread, it=E2=80=99s supposed to be copied by =E2=80=9Cauto= make -a=E2=80=9D, so we might want to wait for a new Automake release. Also, the canonical source for texinfo.texi is Texinfo, not TeX Live. Ludo=E2=80=99.