From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: cmake: Install man pages and docs in share/{man, doc} Date: Sat, 22 Mar 2014 15:27:27 +0100 Message-ID: <87y502wbow.fsf@gnu.org> References: <87ior6nbco.fsf@yeeloong.lan> 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]:58836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMtb-0006Bz-2t for guix-devel@gnu.org; Sat, 22 Mar 2014 10:27:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRMtV-0006Fd-75 for guix-devel@gnu.org; Sat, 22 Mar 2014 10:27:34 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:44521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMtU-0006FR-W0 for guix-devel@gnu.org; Sat, 22 Mar 2014 10:27:29 -0400 In-Reply-To: <87ior6nbco.fsf@yeeloong.lan> (Mark H. Weaver's message of "Fri, 21 Mar 2014 23:47:19 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > From 2e1bf6d9489306d69f7876797651e91049eed6c7 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Fri, 21 Mar 2014 03:44:03 -0400 > Subject: [PATCH] gnu: cmake: Install man pages and docs in share/{man,doc= }. > > * gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure. > Rewrite the code that selects the first two components of the version. OK for the branch of your choice. :-) Ludo=E2=80=99.