Hi Randy,
At Sun, 14 Oct 2007 20:49:42 -0700,
Randy Dunlap wrote:
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 <takeuchi_satoru@jp.fujitsu.com>
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):
-