This patch sorts the DOCBOOKS entries in Documentation/DocBook/Makefile
alphabetically.

Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]>


Index: 21-rc6/Documentation/DocBook/Makefile
===================================================================
--- 21-rc6.orig/Documentation/DocBook/Makefile
+++ 21-rc6/Documentation/DocBook/Makefile
@@ -4,14 +4,13 @@
 # See Documentation/kernel-doc-nano-HOWTO.txt for instruction in how
 # to document the SRC - and how to read it.
 # To add a new book the only step required is to add the book to the
-# list of DOCBOOKS.
+# alphabetically-sorted (^^hint) list of DOCBOOKS
 
-DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \
-           kernel-hacking.xml kernel-locking.xml deviceiobook.xml \
-           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
+DOCBOOKS := deviceiobook.xml filesystems.xml gadget.xml genericirq.xml \
+           kernel-api.xml kernel-hacking.xml kernel-locking.xml libata.xml \
+           librs.xml lsm.xml mcabook.xml mtdnand.xml procfs-guide.xml \
+           rapidio.xml usb.xml videobook.xml wanbook.xml \
+           writing_usb_driver.xml z8530book.xml
 
 ###
 # The build process is as follows (targets):

-- 
Regards/Gruß,
    Boris.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to