From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Missing Xen ARM documentation on the website Date: Wed, 17 Jun 2015 02:00:43 +0100 Message-ID: <5580C6BB.4020401@citrix.com> References: <5580A4B4.6010302@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z51if-0002jJ-8r for xen-devel@lists.xenproject.org; Wed, 17 Jun 2015 01:00:45 +0000 In-Reply-To: <5580A4B4.6010302@citrix.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: Julien Grall , Ian Campbell , Ian Jackson , Lars Kurth , xen-devel List-Id: xen-devel@lists.xenproject.org On 16/06/2015 23:35, Julien Grall wrote: > Hi, > > It seems that the online documentation [1] doesn't contain the ARM > part. It's a directory under docs/misc. > > I'm happy to fix it if someone point me to the scripts which generate > the online doc. > > Regards, > > [1] http://xenbits.xen.org/docs/unstable/ > It looks like you just need to extend the globs in the "Documentation sources" section near the top of docs/Makefile. They currently don't recurse into misc/arm/. Perhaps also a tweak to docs/gen-html-index, but it looks as if it should be able to cope with subdirectories. It might be worth using $(shell find $XXX) to collect all documents of a specific src type, which would be more resilient to addition of new subdirs in the future. The rest of the makefile should be able to cope. ~Andrew