From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4] Build man pages in $(srcdir). Date: Sat, 19 Mar 2016 22:28:36 +0100 Message-ID: <878u1ef98b.fsf@gnu.org> References: <1458404286-10448-1-git-send-email-mthl@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]:36865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahOQN-0003J1-P8 for guix-devel@gnu.org; Sat, 19 Mar 2016 17:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahOQK-0002uf-Js for guix-devel@gnu.org; Sat, 19 Mar 2016 17:28:43 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahOQK-0002uW-Gv for guix-devel@gnu.org; Sat, 19 Mar 2016 17:28:40 -0400 In-Reply-To: <1458404286-10448-1-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sat, 19 Mar 2016 17:18:02 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > Anyway, inspired by what is done by Automake for info manuals I have trie= d to > build man pages in $(srcdir), which is fixing the issue too. The bonus is > that now all the documentation is consistently built in $(srcdir) and tha= t we > avoid adding another "case $? ..." trick. This sounds reasonable (in fact I wonder why we were not doing it already given that things are supposed to live in $(srcdir)). Did you confirm that =E2=80=98make distcheck=E2=80=99 passes after that, an= d that =E2=80=98help2man=E2=80=99 is not invoked when building from a tarball? Thank you! Ludo=E2=80=99.