From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: [PATCH 1/2] bootstrap: Break automake dependency on generated files. (was Re: =?utf-8?Q?Let=E2=80=99s?= translate!) Date: Tue, 23 Apr 2019 16:30:26 +0200 Message-ID: <87mukghjzx.fsf@gnu.org> References: <87zhovlztm.fsf@gnu.org> <87wojyllbk.fsf@riseup.net> <20190423024234.706dcc8a@gmail.com> <20190423024342.1abcff62@gmail.com> <39EC6770-B600-4529-81D3-3DB19119AD7D@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 ([209.51.188.92]:45868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIwRO-0002Iy-TN for guix-devel@gnu.org; Tue, 23 Apr 2019 10:30:35 -0400 In-Reply-To: <39EC6770-B600-4529-81D3-3DB19119AD7D@lepiller.eu> (Julien Lepiller's message of "Tue, 23 Apr 2019 09:28:19 +0200") 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 Hello, Julien Lepiller skribis: > This is a very good idea, but I think it leaves a stub texi that won't ge= t rebuilt because it's younger than po files. What if we add a toucgh invoc= ation to reset the modification time of these stubs, to ensure make will wa= nt to rebuild them? Also, I don=E2=80=99t actually use the ./bootstrap script. :-) Shouldn=E2=80=99t we instead replace the existing %.texi targets in doc/loc= al.mk with a phony target like =E2=80=98update-texi=E2=80=99, and then add: dist-hook: update-texi ? This would be similar to the =E2=80=98update-po=E2=80=99 rule generated by = Gettext in po/. Thanks, Ludo=E2=80=99.