mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
41d241e6fb
• graphviz-2.38.0 fails to build with ghostscript-9.18. • audiofile-0.3.6: tests DO pass with --disable-static. • Update to gnutls-3.4.6. • Update to nss-3.20.1. • Update to nspr-4.10.10. • libmpeg2-0.5.1: install only shared libraries. • libquicktime-1.2.4: rephase one paragrah about doxygen. • libcanberra-0.30: include some "Command Explanations and fix one directory. • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one. • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal. • libogg-1.3.2: reformat. • FAAD2-2.7: reformat. • faac-1.28: reformat. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16560 af4574ff-66df-0310-9fd7-8a98e5e911e0 |
||
---|---|---|
appendices | ||
archive | ||
book | ||
general | ||
gnome | ||
images | ||
introduction | ||
kde | ||
lxde | ||
lxqt | ||
multimedia | ||
networking | ||
postlfs | ||
pst | ||
server | ||
stylesheets | ||
template | ||
x | ||
xfce | ||
xincludes | ||
xsoft | ||
general.ent | ||
gnome.ent | ||
index.xml | ||
INSTALL | ||
Makefile | ||
obfuscate.sh | ||
packages.ent | ||
README | ||
tidy.conf |
$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.