From: Randy Dunlap Date: Wed, 11 Apr 2007 15:44:12 +0000 (-0700) Subject: kernel-doc: alphabetically-sorted entries in index.html of 'htmldocs' X-Git-Tag: v2.6.22-rc1~1007^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f15a3ccdc800cef08b346fef5f96860a05e7a3fa;p=profile%2Fivi%2Fkernel-x86-ivi.git kernel-doc: alphabetically-sorted entries in index.html of 'htmldocs' 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 Signed-off-by: Sam Ravnborg --- diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 960f402..10b5cd6 100644 --- a/Documentation/DocBook/Makefile +++ b/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) MAN := $(patsubst %.xml, %.9, $(BOOKS))