kernel-doc: add tools doc in Makefile

Add kernel-doc tools info in Makefile.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2007-07-19 01:48:23 -07:00 committed by Linus Torvalds
parent f79c20f525
commit 2ac534bc12

View file

@ -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