aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usermanual/README')
-rw-r--r--docs/usermanual/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/usermanual/README b/docs/usermanual/README
new file mode 100644
index 0000000000..f2aecf8a6e
--- /dev/null
+++ b/docs/usermanual/README
@@ -0,0 +1,18 @@
+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.