mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
50d35ab35d
Quote from Rainer Fiebig via blfs-dev: <quote> I think that the "-r" in the first of the following seds is not necessary and so may be a bit confusing as the next one uses just a plain "-i": sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in && sed -i 's#$(LIBRARY) ##' config/rules.mk && Personally, I also find the use of "#" in the second sed somewhat unfortunate, as it used in the first one with a totally different meaning. </quote> So let's remove -r and solve the "one symbol for different meanings" issue. Note that in '/^RELEASE/s/^/#/' the first two '/'s have a different meaning than others too, so use "|" instead of "/" for the separator in sed "s" commands. Suggested-by: Rainer Fiebig <jrf@mailbox.org> |
||
---|---|---|
appendices | ||
archive | ||
book | ||
general | ||
gnome | ||
images | ||
introduction | ||
kde | ||
kernel-config | ||
lxqt | ||
multimedia | ||
networking | ||
postlfs | ||
pst | ||
server | ||
stylesheets | ||
template | ||
x | ||
xfce | ||
xincludes | ||
xsoft | ||
.gitattributes | ||
.gitignore | ||
changelog.xml | ||
expand_date | ||
general.ent | ||
git-version.sh | ||
gnome.ent | ||
index.xml | ||
INSTALL | ||
Makefile | ||
obfuscate.sh | ||
packages.ent | ||
README | ||
tidy.conf |
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.