Rev 4738 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4738 | myou72 | 1 | $LastChangedBy: randy $ |
2 | $Date: 2007-01-18 20:38:19 +0100 (jeu, 18 jan 2007) $ |
||
3 | |||
4 | How do I convert these XML files to other formats like HTML, PDF, |
||
660 | texou | 5 | and TXT? You need to have some software installed that deal with these |
4738 | myou72 | 6 | conversions. Please read the INSTALL file to determine what programs |
7 | you need to install and where to get instructions to install that software. |
||
540 | gleu | 8 | |
4738 | myou72 | 9 | After that, you can build the html with a simple 'make' command. |
10 | The default target builds the html in $(HOME)/public_html/blfs-book. |
||
133 | guillaume | 11 | |
4738 | myou72 | 12 | Other Makefile targets are: nochunks, pdf, tex, validate, and |
13 | blfs-patch-list. |
||
133 | guillaume | 14 | |
4738 | myou72 | 15 | nochunks: builds BLFS in one huge file. |
133 | guillaume | 16 | |
4738 | myou72 | 17 | pdf: builds BLFS as a pdf file. |
133 | guillaume | 18 | |
4738 | myou72 | 19 | tex: converts the xml files to tex files |
133 | guillaume | 20 | |
4738 | myou72 | 21 | validate: does an extensive check for xml errors in the book. |
133 | guillaume | 22 | |
4738 | myou72 | 23 | blfs-patch-list: generates a list of all blfs controlled patches in the book. |
6835 | myou72 | 24 |