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 <randy.dunlap@oracle.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
7ac1c14525
commit
f15a3ccdc8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ psdocs: $(PS)
|
||||||
PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
|
PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
|
||||||
pdfdocs: $(PDF)
|
pdfdocs: $(PDF)
|
||||||
|
|
||||||
HTML := $(patsubst %.xml, %.html, $(BOOKS))
|
HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
|
||||||
htmldocs: $(HTML)
|
htmldocs: $(HTML)
|
||||||
|
|
||||||
MAN := $(patsubst %.xml, %.9, $(BOOKS))
|
MAN := $(patsubst %.xml, %.9, $(BOOKS))
|
||||||
|
|
Loading…
Reference in a new issue