From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/5] Install docs for Let's Encrypt Date: Sat, 20 Feb 2016 02:48:44 -0500 Message-ID: <20160220074844.GA16805@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX2Hb-0005ko-NO for guix-devel@gnu.org; Sat, 20 Feb 2016 02:48:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aX2HX-00026T-Mq for guix-devel@gnu.org; Sat, 20 Feb 2016 02:48:51 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX2HX-00026L-GS for guix-devel@gnu.org; Sat, 20 Feb 2016 02:48:47 -0500 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 7183BC00014 for ; Sat, 20 Feb 2016 02:48:46 -0500 (EST) Content-Disposition: inline In-Reply-To: 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: guix-devel@gnu.org On Wed, Feb 17, 2016 at 10:53:48PM -0500, Leo Famulari wrote: > These patches add what's needed to build info files and manpages for > letsencrypt and python-acme. > > I'd appreciate some feedback on the 'docs' phases added to letsencrypt > and python-acme. Specifically, is my use of (and) correct? If there are no more comments, I'll incorporate my reviewers' helpful comments and push in the next day or so. > > Leo Famulari (5): > gnu: Add python-sphinxcontrib-programoutput. > licenses: Add repoze license. > gnu: Add python-sphinx-repoze-autointerface. > gnu: letsencrypt: Generate and install documentation. > gnu: python-acme: Generate and install documentation. > > gnu/packages/python.scm | 54 ++++++++++++++++++++++++++++++++++++++++++++++++- > gnu/packages/tls.scm | 47 ++++++++++++++++++++++++++++++++++++------ > guix/licenses.scm | 7 +++++++ > 3 files changed, 101 insertions(+), 7 deletions(-) > > -- > 2.6.3 >