[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070411080211.GB3982@gollum.tnic>
Date: Wed, 11 Apr 2007 10:02:12 +0200
From: Borislav Petkov <bbpetkov@...oo.de>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] [KERNEL-DOC] alphabetically-sorted entries in index.html of 'htmldocs'
This patch sorts the DOCBOOKS entries in Documentation/DocBook/Makefile
alphabetically.
Signed-off-by: Borislav Petkov <bbpetkov@...oo.de>
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists