Go to file
Krejzi 755bb92539 Tidy up xml.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11299 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-06-16 13:47:40 +00:00
appendices Replaced all imbedded tabs from the book's XML with spaces 2013-02-12 00:13:43 +00:00
archive This was unnecesary. 2013-06-02 19:25:07 +00:00
book General cleanup. Mostly removing obsolete comments. 2012-09-22 16:38:01 +00:00
general OpenJDK typo 2013-06-13 16:08:17 +00:00
gnome http://cgit.freedesktop.org/cairo/tree/configure.ac#n702 - Next time please ask before removing required dependencies from some package - they might not be strictly required by the package but they definitely are required for our setup. You just screwed up Pango dependencies since we use dependency chain. 2013-06-06 15:31:50 +00:00
images updated stylesheets to 0.9 2004-05-08 02:42:12 +00:00
introduction Add xcb-util-keysyms and xcb-util-wm, Qt5 deps. 2013-06-16 12:23:21 +00:00
kde Qt instructions update: Install in /usr by default, don't install executable files in /usr/bin by default - symlink them for now. They will conflict with Qt5 versions. Qtchooser package will handle which Qt version is in use when the time is right. 2013-06-02 19:23:30 +00:00
multimedia Tidy up xml. 2013-06-16 13:47:40 +00:00
networking Noted Wget compilation problem with pod2man from the latest Perl. 2013-06-05 17:13:27 +00:00
postlfs Minor fixes to the bootscripts and cyrus sasl options. 2013-06-11 15:49:17 +00:00
pst Touch up some URLs 2013-04-25 22:05:31 +00:00
server Qt instructions update: Install in /usr by default, don't install executable files in /usr/bin by default - symlink them for now. They will conflict with Qt5 versions. Qtchooser package will handle which Qt version is in use when the time is right. 2013-06-02 19:23:30 +00:00
stylesheets Update to sysstat-10.0.5 2012-09-09 02:44:43 +00:00
template Removed extraneous spaces from blank lines and at the end of lines in the .xml 2013-02-11 18:51:17 +00:00
x Qt: mention -no-dbus configure switch 2013-06-16 13:38:08 +00:00
xfce http://cgit.freedesktop.org/cairo/tree/configure.ac#n702 - Next time please ask before removing required dependencies from some package - they might not be strictly required by the package but they definitely are required for our setup. You just screwed up Pango dependencies since we use dependency chain. 2013-06-06 15:31:50 +00:00
xincludes Removed extraneous spaces from blank lines and at the end of lines in the .xml 2013-02-11 18:51:17 +00:00
xsoft http://cgit.freedesktop.org/cairo/tree/configure.ac#n702 - Next time please ask before removing required dependencies from some package - they might not be strictly required by the package but they definitely are required for our setup. You just screwed up Pango dependencies since we use dependency chain. 2013-06-06 15:31:50 +00:00
general.ent Add xcb-util-keysyms and xcb-util-wm, Qt5 deps. 2013-06-16 12:23:21 +00:00
index.xml Update to KDE 4.9.0 and a major overhaul of the section. 2012-08-08 15:38:30 +00:00
INSTALL Updates to INSTALL file 2008-03-08 04:55:43 +00:00
Makefile Commented the PDF generation from the Makefile 2012-08-22 16:33:50 +00:00
obfuscate.sh Typo fix. 2007-07-07 10:41:20 +00:00
README Added the LastChangedBy and Date keywords then set the corresponding keyword property on each file in the repo 2007-01-18 19:38:19 +00:00
tidy.conf Added the LastChangedBy and Date keywords then set the corresponding keyword property on each file in the repo 2007-01-18 19:38:19 +00:00

$LastChangedBy$
$Date$

How do I convert these XML files to other formats like HTML, PDF,
and TXT? You need to have some software installed that deal with these
conversions. Please read the INSTALL file to determine what programs
you need to install and where to get instructions to install that software.

After that, you can build the html with a simple 'make' command.
The default target builds the html in $(HOME)/public_html/blfs-book.

Other Makefile targets are: nochunks, pdf, tex, validate, and
blfs-patch-list.

nochunks: builds BLFS in one huge file.

pdf: builds BLFS as a pdf file.

tex: converts the xml files to tex files

validate:  does an extensive check for xml errors in the book.

blfs-patch-list: generates a list of all blfs controlled patches in the book.