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: Add txt2man. Date: Sat, 28 Feb 2015 15:54:34 +0100 Message-ID: <87fv9qjdcl.fsf@gnu.org> References: <87lhjjajtb.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRimw-0000z6-79 for guix-devel@gnu.org; Sat, 28 Feb 2015 09:54:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRimr-0008Uy-7q for guix-devel@gnu.org; Sat, 28 Feb 2015 09:54:42 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRimr-0008Uu-4n for guix-devel@gnu.org; Sat, 28 Feb 2015 09:54:37 -0500 In-Reply-To: <87lhjjajtb.fsf@mango.localdomain> (Ricardo Wurmus's message of "Fri, 27 Feb 2015 08:35:12 +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: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From dbaea840188e9241f3db81ec40b6282cf6848459 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 27 Feb 2015 08:32:58 +0100 > Subject: [PATCH] gnu: Add txt2man. > > * gnu/packages/man.scm (txt2man): New variable. LGTM, thanks. Ludo'.