source: BOOK/README @ 3514708

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3514708 was 07114c98, checked in by Jim Gifford <clfs@…>, 18 years ago

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


  • 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 ARCH={target} to create a particular book to any of the command
12lines below. To get a list of targets use make target-list
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.