From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av2Fe-0008VI-OO for qemu-devel@nongnu.org; Tue, 26 Apr 2016 08:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av2Fb-0001pB-Hk for qemu-devel@nongnu.org; Tue, 26 Apr 2016 08:38:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av2Fb-0001p3-CS for qemu-devel@nongnu.org; Tue, 26 Apr 2016 08:37:59 -0400 Date: Tue, 26 Apr 2016 08:37:55 -0400 From: Jeff Cody Message-ID: <20160426123755.GC7299@localhost.localdomain> References: <571F0FB7.7030508@ilande.co.uk> <20160426100245.GH10650@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160426100245.GH10650@stefanha-x1.localdomain> Subject: Re: [Qemu-devel] Updating documentation at http://wiki.qemu.org/download/qemu-doc.html List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Mark Cave-Ayland , qemu-devel On Tue, Apr 26, 2016 at 11:02:45AM +0100, Stefan Hajnoczi wrote: > On Tue, Apr 26, 2016 at 07:50:31AM +0100, Mark Cave-Ayland wrote: > > Does anyone know if it's possible to update the documentation at the > > above URL? It appears as a link at http://wiki.qemu-project.org/Manual > > and seems to be the first hit for most people looking for information on > > QEMU SPARC emulation, which is frustrating as the information there is > > well out of date. Presumably this is because the documentation is hosted > > on the qemu.org domain itself and so ranks higher? > > Hi Mark, > I've CCed Jeff Cody, who is taking over as system administrator for > QEMU. The http://wiki.qemu.org/download/qemu-doc.html link is just a > static page from 2010. > > It should be possible to rebuild the HTML docs and replace the file. > Even better would be to update it from a cron job. > > Stefan Thanks. I've update the qemu-doc.html at the above link with the latest output of "make qemu-doc.html" from git master. I'll set up a daily cronjob to take care of that automatically, as well. Jeff