aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-15 19:38:31 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-15 19:38:31 +0000
commit05e94658c6d1037e6e23ec22fad38e884bf02626 (patch)
treebf8f9e4ec892f7c8d392d222b61fabff44d87150 /README
parent69d66e4905c1cccd0e8e351cfdf89ba822dcecf5 (diff)
Updated README and INSTALL.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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