aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/README
diff options
context:
space:
mode:
Diffstat (limited to 'usermanual/README')
-rw-r--r--usermanual/README19
1 files changed, 18 insertions, 1 deletions
diff --git a/usermanual/README b/usermanual/README
index 9f1f399a4c..f2aecf8a6e 100644
--- a/usermanual/README
+++ b/usermanual/README
@@ -1 +1,18 @@
-use 'docbook2pdf usermanual.xml' to generate a pdf version, because doing it via the Makefile doesn't work
+To generate the user-manual, run:
+
+ make <type>
+
+in this directory, where type is one of:
+
+ xhtml
+ html
+ dvi
+ pdf
+ ps
+ rtf
+ tex
+ texi
+ txt
+
+For html and xhtml you need xsltproc installed.
+For the other you need docbook-utils installed.