[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070411084412.68530a3f.randy.dunlap@oracle.com>
Date: Wed, 11 Apr 2007 08:44:12 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: bbpetkov@...oo.de
Cc: Andrew Morton <akpm@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [KERNEL-DOC] alphabetically-sorted entries in
index.html of 'htmldocs'
On Wed, 11 Apr 2007 10:02:12 +0200 Borislav Petkov wrote:
> This patch sorts the DOCBOOKS entries in Documentation/DocBook/Makefile
> alphabetically.
---
From: Randy Dunlap <randy.dunlap@...cle.com>
Make docbook index.html contain sorted output.
I prefer to let the computer do it. This also avoids
people not reading the comment(s).
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
Documentation/DocBook/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2621-rc6.orig/Documentation/DocBook/Makefile
+++ linux-2621-rc6/Documentation/DocBook/Makefile
@@ -41,7 +41,7 @@ psdocs: $(PS)
PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
pdfdocs: $(PDF)
-HTML := $(patsubst %.xml, %.html, $(BOOKS))
+HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
htmldocs: $(HTML)
$(call build_main_index)
-
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