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/3] gnu: doc: Alloc documentation to be translated. Date: Mon, 05 Mar 2018 10:10:19 +0100 Message-ID: <87tvtudh1g.fsf@gnu.org> References: <20180219233437.4d709181@lepiller.eu> <20180302230738.13736-1-julien@lepiller.eu> <20180302230738.13736-2-julien@lepiller.eu> 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]:42872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esm8Z-00035k-2c for guix-devel@gnu.org; Mon, 05 Mar 2018 04:10:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esm8U-0007eL-4K for guix-devel@gnu.org; Mon, 05 Mar 2018 04:10:27 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:43248) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esm8T-0007dy-OP for guix-devel@gnu.org; Mon, 05 Mar 2018 04:10:22 -0500 In-Reply-To: <20180302230738.13736-2-julien@lepiller.eu> (Julien Lepiller's message of "Sat, 3 Mar 2018 00:07:36 +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: Julien Lepiller Cc: guix-devel@gnu.org Julien Lepiller skribis: > * po/doc/local.mk: New file. > * Makefile.am: Include it. Add silent rules for po4a. > * configure.ac: Look for po4a-translate and po4a-updatepo. > * doc/local.mk: Add rules to generate gettext files. > (TRANSLATED_INFO): New variable. > (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it. > * .gitignore: Add generated files. LGTM! For good measure, please check whether =E2=80=9Cmake distcheck=E2=80=9D doe= sn=E2=80=99t show any regression (I haven=E2=80=99t checked in recent master though, it could be = that there are currently unrelated issues.) Thanks, Ludo=E2=80=99.