summaryrefslogtreecommitdiffstats
path: root/docs-converting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-converting.xml')
-rw-r--r--docs-converting.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs-converting.xml b/docs-converting.xml
new file mode 100644
index 0000000..809747c
--- /dev/null
+++ b/docs-converting.xml
@@ -0,0 +1,20 @@
+<!-- $Id: docs-converting.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+
+<chapter id="ch-converting">
+ <title>Converting to HTML and PDF</title>
+
+ <para>
+ Each directory containing a document also has a Makefile. In the directory,
+ run the command <command>make html</command> to build the HTML version and
+ <command>make pdf</command> to build the PDF version.
+ </para>
+
+ <warning>
+ <title>Warning</title>
+ <para>
+ The PDF production is somewhat fragile right now. It may or may not
+ work.
+ </para>
+ </warning>
+
+</chapter>