From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDFwv-00062c-Nf for guix-patches@gnu.org; Mon, 30 Apr 2018 17:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDFws-0007Gm-KW for guix-patches@gnu.org; Mon, 30 Apr 2018 17:03:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36477) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDFws-0007Gg-Gq for guix-patches@gnu.org; Mon, 30 Apr 2018 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDFws-0000YW-6e for guix-patches@gnu.org; Mon, 30 Apr 2018 17:03:02 -0400 Subject: [bug#31310] [PATCH] Fix make dist Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180429162452.4181beb9@lepiller.eu> <20180429231911.0bccc921@lepiller.eu> Date: Mon, 30 Apr 2018 23:02:07 +0200 In-Reply-To: <20180429231911.0bccc921@lepiller.eu> (Julien Lepiller's message of "Sun, 29 Apr 2018 23:20:28 +0200") Message-ID: <87y3h4tnlc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31310@debbugs.gnu.org Julien Lepiller skribis: > Le Sun, 29 Apr 2018 16:24:52 +0200, > Julien Lepiller a =C3=A9crit : > >> Hi, >>=20 >> these patches add the documentation pot files to the distribution and >> exclude them from being checked for store references. That's because >> they contain example store paths. The second one renames them so they >> have a more meaningful name for the TP. > > I pushed a different version of that patch that creates only one pot > file for guix-manual, and adds it to the distribution as > 39764ef893b7b65a8ce55e13746fed8fd0bad6e0 Perfect, thanks a lot! Ludo'.