aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/Makefile10
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