From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Shepherd][PATCH 4/4] doc: Move man pages to the 'doc' directory. Date: Wed, 27 Jan 2016 23:57:31 +0100 Message-ID: <87zivqk4v8.fsf@gnu.org> References: <1453927534-32056-1-git-send-email-mthl@gnu.org> <1453927534-32056-5-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]:54359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOZ1w-0006q1-Af for guix-devel@gnu.org; Wed, 27 Jan 2016 17:57:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOZ1t-0002gA-5Y for guix-devel@gnu.org; Wed, 27 Jan 2016 17:57:40 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOZ1t-0002g0-32 for guix-devel@gnu.org; Wed, 27 Jan 2016 17:57:37 -0500 In-Reply-To: <1453927534-32056-5-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Wed, 27 Jan 2016 21:45:34 +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: > * Makefile.am (man-page-target): Delete function. > (dist_man1_MANS, dist_man8_MANS): Prefix each element with 'doc/'. > (shepherd.1): Rename to ... > (doc/shepherd.1): ... this. > (doc/%.1, doc/%.8): New targets. > (gen_man): New variable. > * .gitignore: Update it. OK! I thought removing the function might increase duplication, but the way you did it does not. Ludo=E2=80=99.