aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 13 insertions, 5 deletions
diff --git a/README b/README
index 61f7721a2..bcdb34182 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-LFS Book Readme
+LFS Book README
This document is meant to instruct the user on how to convert the book's XML
source to other formats (e.g. HTML, PDF, PS and TXT). First, if you have not
@@ -9,12 +9,20 @@ various other formats.
XML to XHTML:
-------------
-
make BASEDIR=/path/to/output/location
+XML to single file XHTML (nochunks):
+------------------------------------
+make BASEDIR=/path/to/output/location nochunks
+
+
+XML to TXT
+----------
+Follow the instructions for nochunks and then run:
+lynx -dump /path/to/nochunks >/path/to/output
+
+
XML to PDF:
-----------
-
-make pdf &&
-cp lfs.pdf /path/to/output/location
+make BASEDIR=/path/to/output/location pdf