source: README@ f77b95f

7.8-systemd 7.9-systemd
Last change on this file since f77b95f was 2dc4a09, checked in by Gerard Beekmans <gerard@…>, 15 years ago

Forcing an update to test RSS fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 820 bytes
Line 
1LFS 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
10XML to XHTML:
11-------------
12make BASEDIR=/path/to/output/location
13
14
15XML to single file XHTML (nochunks):
16------------------------------------
17make BASEDIR=/path/to/output/location nochunks
18
19
20XML to TXT
21----------
22Follow the instructions for nochunks and then run:
23lynx -dump /path/to/nochunks >/path/to/output
24
25
26XML to PDF:
27-----------
28make BASEDIR=/path/to/output/location pdf
29
30
Note: See TracBrowser for help on using the repository browser.