Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759102AbXJOGpj (ORCPT ); Mon, 15 Oct 2007 02:45:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754871AbXJOGpb (ORCPT ); Mon, 15 Oct 2007 02:45:31 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:41999 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754389AbXJOGp3 (ORCPT ); Mon, 15 Oct 2007 02:45:29 -0400 Date: Mon, 15 Oct 2007 15:47:28 +0900 Message-ID: <87abqkg9hb.wl%takeuchi_satoru@jp.fujitsu.com> From: Satoru Takeuchi To: Randy Dunlap Cc: Satoru Takeuchi , Linux Kernel , Greg KH , hjk@linutronix.de Subject: Re: [PATCH] doc: add uio document to docbook compilation target In-Reply-To: <20071014204942.4f35de93.randy.dunlap@oracle.com> References: <87k5ppffky.wl%takeuchi_satoru@jp.fujitsu.com> <20071014204942.4f35de93.randy.dunlap@oracle.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.4 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2372 Lines: 66 Hi Randy, At Sun, 14 Oct 2007 20:49:42 -0700, Randy Dunlap wrote: > > On Mon, 15 Oct 2007 08:21:01 +0900 Satoru Takeuchi wrote: > > > Add uio document to DocBook compilation target. > > > > `make *docs' doesn't generate "The Userspace I/O HOWTO", the user space > > I/O document written in DocBook. > > > > Signed-off-by: Satoru Takeuchi > > > > Index: linux/Documentation/DocBook/Makefile > > =================================================================== > > --- linux.orig/Documentation/DocBook/Makefile 2007-10-12 23:54:19.000000000 +0900 > > +++ linux/Documentation/DocBook/Makefile 2007-10-12 23:55:14.000000000 +0900 > > @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc > > procfs-guide.xml writing_usb_driver.xml \ > > kernel-api.xml filesystems.xml lsm.xml usb.xml \ > > gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ > > - genericirq.xml > > + genericirq.xml uio-howto.xml > > > > ### > > # The build process is as follows (targets): > > Hi, > > Thanks, looks reasonable, but patch does not apply cleanly to > mainline or -mm. (trivial to fix) > > --- > ~Randy Thank you, fixed. This patch can apply cleanly to 2.6.23-git6. Satoru --- Add uio document to DocBook compilation target. `make *docs' doesn't generate "The Userspace I/O HOWTO", the user space I/O document written in DocBook. Signed-off-by: Satoru Takeuchi Index: linux-2.6.23/Documentation/DocBook/Makefile =================================================================== --- linux-2.6.23.orig/Documentation/DocBook/Makefile 2007-10-15 15:40:55.000000000 +0900 +++ linux-2.6.23/Documentation/DocBook/Makefile 2007-10-15 15:41:09.000000000 +0900 @@ -11,7 +11,7 @@ DOCBOOKS := wanbook.xml z8530book.xml mc procfs-guide.xml writing_usb_driver.xml \ kernel-api.xml filesystems.xml lsm.xml usb.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ - genericirq.xml s390-drivers.xml + genericirq.xml s390-drivers.xml uio-howto.xml ### # The build process is as follows (targets): - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/