Author: bdubbs
Date: 2011-06-20 17:37:56 -0600 (Mon, 20 Jun 2011)
New Revision: 9565
Modified:
trunk/BOOK/chapter06/glib.xml
trunk/BOOK/chapter06/man-db.xml
trunk/BOOK/chapter06/pkg-config.xml
Log:
Spacing updates for pdf
Modified: trunk/BOOK/chapter06/glib.xml
===================================================================
--- trunk/BOOK/chapter06/glib.xml 2011-06-20 23:08:09 UTC (rev 9564)
+++ trunk/BOOK/chapter06/glib.xml 2011-06-20 23:37:56 UTC (rev 9565)
@@ -45,7 +45,8 @@
<para>Prepare Glib for compilation:</para>
-<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre"
PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --sysconfdir=/etc
--with-pcre=system</userinput></screen>
+<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre"
PCRE_CFLAGS="-I/usr/include" \
+./configure --prefix=/usr --sysconfdir=/etc
--with-pcre=system</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml 2011-06-20 23:08:09 UTC (rev 9564)
+++ trunk/BOOK/chapter06/man-db.xml 2011-06-20 23:37:56 UTC (rev 9565)
@@ -44,9 +44,9 @@
<para>Prepare Man-DB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr
--libexecdir=/usr/lib \
- --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc
--disable-setuid \
- --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind \
- --with-grap=/usr/bin/grap</userinput></screen>
+ --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
+ --disable-setuid --with-browser=/usr/bin/lynx \
+ --with-vgrind=/usr/bin/vgrind
--with-grap=/usr/bin/grap</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/chapter06/pkg-config.xml
===================================================================
--- trunk/BOOK/chapter06/pkg-config.xml 2011-06-20 23:08:09 UTC (rev 9564)
+++ trunk/BOOK/chapter06/pkg-config.xml 2011-06-20 23:37:56 UTC (rev 9565)
@@ -56,7 +56,8 @@
<para>Prepare Pkg-config for compilation:</para>
<screen><userinput remap="configure">GLIB_LIBS="-L/usr/lib -lglib-2.0" \
- GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
./configure --prefix=/usr</userinput></screen>
+ GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include" \
+ ./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page