mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2026-05-20 05:10:27 -04:00
e034bd545e32f5b2fff56f5e261fca4ab4e27e1c
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Add an upstream patch for Ncurses, which fixes a number of issues uncovered by the Coverity static code analysis tool. Fixes #1995.
Add an upstream patch for Ncurses, which fixes a number of issues uncovered by the Coverity static code analysis tool. Fixes #1995.
Bump the minimum host version of Bison to 1.875 as earlier versions cause Bash to misbehave. Fixes #1977.
LFS Book README This document is meant to instruct the user on how to convert the book's XML source to other formats (e.g. HTML, PDF, PS and TXT). First, if you have not already done so, please read the INSTALL file for instructions on how to install the required software. If you have already completed the steps outlined in the INSTALL file, then continue reading for examples how to convert these files into various other formats. XML to XHTML: ------------- make BASEDIR=/path/to/output/location XML to single file XHTML (nochunks): ------------------------------------ make BASEDIR=/path/to/output/location nochunks XML to TXT ---------- Follow the instructions for nochunks and then run: lynx -dump /path/to/nochunks >/path/to/output XML to PDF: ----------- make BASEDIR=/path/to/output/location pdf
Description
Languages
XSLT
51.7%
Shell
30.9%
PHP
5%
Makefile
4.1%
Python
3.7%
Other
4.6%