source: README@ 54789f3

systemd-13485
Last change on this file since 54789f3 was 276015d2, checked in by Randy McMurchy <randy@…>, 17 years ago

Added the LastChangedBy and Date keywords then set the corresponding keyword property on each file in the repo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 780 bytes
Line 
1$LastChangedBy$
2$Date$
3
4How do I convert these XML files to other formats like HTML, PDF,
5and TXT? You need to have some software installed that deal with these
6conversions. Please read the INSTALL file to determine what programs
7you need to install and where to get instructions to install that software.
8
9After that, you can build the html with a simple 'make' command.
10The default target builds the html in $(HOME)/public_html/blfs-book.
11
12Other Makefile targets are: nochunks, pdf, tex, validate, and
13blfs-patch-list.
14
15nochunks: builds BLFS in one huge file.
16
17pdf: builds BLFS as a pdf file.
18
19tex: converts the xml files to tex files
20
21validate: does an extensive check for xml errors in the book.
22
23blfs-patch-list: generates a list of all blfs controlled patches in the book.
Note: See TracBrowser for help on using the repository browser.