source: BOOK/README @ 0488433

systemd
Last change on this file since 0488433 was 745cf48, checked in by Chris Staub <chris@…>, 15 years ago

Fix errors in README

  • Property mode set to 100644
File size: 1.0 KB
Line 
1CLFS Book README
2
3This document is meant to instruct the user on how to convert the book's XML
4source to other formats (e.g. HTML, PDF, PS and TXT).  First, if you have not
5already done so, please read the INSTALL file for instructions on how to install
6the required software.  If you have already completed the steps outlined in the
7INSTALL file, then continue reading for examples how to convert these files into
8various other formats.
9
10By default all books will be generated, to only generate the target your want
11you can specify ARCHS={target} to create a particular book to any of the command
12lines below. To get a list of targets use make help.
13
14XML to XHTML:
15-------------
16make BASEDIR=/path/to/output/location
17
18
19XML to single file XHTML (nochunks):
20------------------------------------
21make BASEDIR=/path/to/output/location nochunks
22
23
24XML to TXT
25----------
26Follow the instructions for nochunks and then run:
27lynx -dump /path/to/nochunks >/path/to/output
28
29
30XML to PDF:
31-----------
32make BASEDIR=/path/to/output/location pdf
Note: See TracBrowser for help on using the repository browser.