2007-01-19 03:38:19 +08:00
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
|
2005-05-31 06:16:12 +08:00
|
|
|
How do I convert these XML files to other formats like HTML, PDF,
|
2002-07-08 04:28:42 +08:00
|
|
|
and TXT? You need to have some software installed that deal with these
|
2005-05-31 06:16:12 +08:00
|
|
|
conversions. Please read the INSTALL file to determine what programs
|
2005-04-29 02:29:06 +08:00
|
|
|
you need to install and where to get instructions to install that software.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
After that, you can build the html with a simple 'make' command.
|
|
|
|
The default target builds the html in $(HOME)/public_html/blfs-book.
|
2005-04-29 02:29:06 +08:00
|
|
|
|
2016-10-16 04:13:31 +08:00
|
|
|
For all targets, setting the parameter REV=systemd is needed to build the
|
|
|
|
systemd version of the book.
|
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
Other Makefile targets are: nochunks, pdf, tex, validate, and
|
|
|
|
blfs-patch-list.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
nochunks: builds BLFS in one huge file.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
pdf: builds BLFS as a pdf file.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
tex: converts the xml files to tex files
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
validate: does an extensive check for xml errors in the book.
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-06-06 02:51:46 +08:00
|
|
|
blfs-patch-list: generates a list of all blfs controlled patches in the book.
|