From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: Re: [PATCH v2] docs: make 'gmake dist-docs' work Date: Mon, 13 May 2013 13:25:55 +0200 Message-ID: <5190CDC3.7030502@amazon.de> References: <518CFF30.8070402@amazon.de> <1368441887.537.49.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1368441887.537.49.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 13.05.13 12:44, Ian Campbell wrote: > On Fri, 2013-05-10 at 15:07 +0100, Christoph Egger wrote: >> doc: buildsystem fixes >> >> - use correct pathes (make gmake dist-docs from toplevel directory work) > > This ("make dist-docs") seems to work for me, how does it fail for you? On the toplevel directory '../xen' and '../config' point to non-existent directories. On the toplevel directory './gen-html-index' does not exist. >> - configure detects perl as tools/configure does >> >> Signed-off-by: Christoph Egger >> Reviewed-by: Matthew Wilson > > Regardless of the above this patch is in itself correct so: > Acked + applied. Thanks. Christoph