Go to file
Douglas R. Reno 3ddcb52b3e SWIG: Temporarily turn off JavaScript support due to problems with Node.
The Node CLI changed significantly enough that the tests will no longer
run and will give out errors which point towards problems in Make, when
they are due to changes in Node's CLI.

Let's turn the JavaScript support off for now since nothing else in BLFS
uses it.

This cleans up the output significantly, only leaving a few tests from
Lua failing and some from Go (since we use the GCC variant instead of
Google's official compiler.)
2022-11-09 10:49:36 -06:00
appendices Fix alphabetical order in glossary 2022-09-10 14:32:49 +02:00
archive Archive gtkmm2 2022-08-27 11:23:10 -05:00
book Spruced up a rather dull chapter, to give it more pizzazz. Use colorful verbs! 2022-10-05 12:45:20 -05:00
general SWIG: Temporarily turn off JavaScript support due to problems with Node. 2022-11-09 10:49:36 -06:00
gnome mutter: add a section about running it directly 2022-09-19 00:46:51 +08:00
images
introduction Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-11-08 18:29:07 -06:00
kde Plasma: Add Xwayland as a runtime recommended dep 2022-10-01 12:34:31 +02:00
lxde Clarify libfm/pcmanfm dependency on GTK+2/3 2022-09-05 18:38:26 +02:00
multimedia Update to mlt-7.10.0. 2022-11-08 11:25:30 -06:00
networking Update to cmake-3.24.3. 2022-11-08 10:37:45 -06:00
postlfs Update to btrfs-progs-v6.0.1. 2022-11-08 18:11:14 -06:00
pst Update to mupdf-1.21.0. 2022-11-08 18:26:01 -06:00
server PostgreSQL Updating Instructions: Use -d instead of -D here. 2022-11-05 11:44:04 -05:00
stylesheets Modify the stylesheet for informaltable 2022-10-02 17:47:19 +02:00
template Clarified comments in "template.xml". 2022-10-29 17:44:36 -05:00
x Update to libdrm-2.4.114. 2022-11-08 12:12:30 -06:00
xfce Update to xfce4-settings-4.16.4. 2022-11-08 16:14:17 +01:00
xincludes texlive: ghostscript is needed for ps2pdf, not libgs.so 2022-09-23 14:37:37 +08:00
xsoft firefox: add another fix for python-3.11 2022-11-08 23:13:36 +01:00
.gitattributes Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
.gitignore Add conditional.ent to .gitignore 2021-10-18 07:07:46 +02:00
changelog.xml Update to notification-daemon-3.20.0. 2016-04-04 19:22:43 +00:00
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Package updates 2022-09-05 18:03:13 -05:00
git-version.sh Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
gnome.ent Four package updates 2022-09-16 10:35:09 -05:00
index.xml more SVN prop clean up 2021-04-20 19:12:02 +08:00
INSTALL Remove spaces at the end of lines 2021-09-06 19:42:49 +02:00
Makefile merge conditional XML from LFS 2021-10-17 04:17:34 +08:00
obfuscate.sh clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
packages.ent Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-11-08 18:29:07 -06:00
README clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
tidy.conf clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00

How do I convert these XML files to HTML? 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.

For all targets, setting the parameter REV=systemd is needed to build the
systemd version of the book.

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

nochunks: builds BLFS in one huge file.

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.