From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 11 of 17 v3] docs: generate an index for the html output Date: Wed, 30 Nov 2011 21:50:38 +0100 Message-ID: <20111130205037.GA5176@aepfle.de> References: <37b46c492f8ac8d356b2.1322576453@cosworth.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <37b46c492f8ac8d356b2.1322576453@cosworth.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: ian.jackson@citrix.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Nov 29, Ian Campbell wrote: > +use List::MoreUtils qw/ uniq /; This adds a new requires of perl-List-MoreUtils.rpm for make docs. I'm not sure wether such buildrequires need to be listed in the README, but at least markdown is listed. I think it is recommended for make docs Olaf