projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac1c14
)
kernel-doc: alphabetically-sorted entries in index.html of 'htmldocs'
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 11 Apr 2007 15:44:12 +0000
(08:44 -0700)
committer
Sam Ravnborg
<sam@ravnborg.org>
Wed, 2 May 2007 18:58:11 +0000
(20:58 +0200)
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@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/DocBook/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/DocBook/Makefile
b/Documentation/DocBook/Makefile
index 960f4025ee86309c424f471f4a20769d729c2650..10b5cd6c54a03f1cf23a67eb227af37aa92b2edb 100644
(file)
--- 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))