Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ac534bc authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

kernel-doc: add tools doc in Makefile



Add kernel-doc tools info in Makefile.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f79c20f5
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -15,11 +15,11 @@ DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \


###
###
# The build process is as follows (targets):
# The build process is as follows (targets):
#              (xmldocs)
#              (xmldocs) [by docproc]
# file.tmpl --> file.xml +--> file.ps   (psdocs)
# file.tmpl --> file.xml +--> file.ps   (psdocs)   [by db2ps or xmlto]
#                        +--> file.pdf  (pdfdocs)
#                        +--> file.pdf  (pdfdocs)  [by db2pdf or xmlto]
#                        +--> DIR=file  (htmldocs)
#                        +--> DIR=file  (htmldocs) [by xmlto]
#                        +--> man/      (mandocs)
#                        +--> man/      (mandocs)  [by xmlto]




# for PDF and PS output you can choose between xmlto and docbook-utils tools
# for PDF and PS output you can choose between xmlto and docbook-utils tools