diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-07-19 04:48:23 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:45 -0400 |
| commit | 2ac534bc127bcf31f8cb76f65b1b0b7cba5e81ac (patch) | |
| tree | 58853479e82f1db4bb3f78a507abc87385410eac /Documentation/DocBook | |
| parent | f79c20f52532d38fd0aee7ef64e138cc1613c484 (diff) | |
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>
Diffstat (limited to 'Documentation/DocBook')
| -rw-r--r-- | Documentation/DocBook/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 6fd1646d3204..08687e45e19d 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile | |||
| @@ -15,11 +15,11 @@ DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \ | |||
| 15 | 15 | ||
| 16 | ### | 16 | ### |
| 17 | # The build process is as follows (targets): | 17 | # The build process is as follows (targets): |
| 18 | # (xmldocs) | 18 | # (xmldocs) [by docproc] |
| 19 | # file.tmpl --> file.xml +--> file.ps (psdocs) | 19 | # file.tmpl --> file.xml +--> file.ps (psdocs) [by db2ps or xmlto] |
| 20 | # +--> file.pdf (pdfdocs) | 20 | # +--> file.pdf (pdfdocs) [by db2pdf or xmlto] |
| 21 | # +--> DIR=file (htmldocs) | 21 | # +--> DIR=file (htmldocs) [by xmlto] |
| 22 | # +--> man/ (mandocs) | 22 | # +--> man/ (mandocs) [by xmlto] |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | # for PDF and PS output you can choose between xmlto and docbook-utils tools | 25 | # for PDF and PS output you can choose between xmlto and docbook-utils tools |
