diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 23:37:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 23:37:56 +0000 |
commit | 90ee3c05c172b6144274a9de9f4484cae635a542 (patch) | |
tree | 0a80b72e86d5d24c654bcd54e1829ada4b9eb0f7 /chapter06 | |
parent | e436213b714651c2f3dbe37829b20637a8a6cb42 (diff) |
Spacing updates for pdf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glib.xml | 3 | ||||
-rw-r--r-- | chapter06/man-db.xml | 6 | ||||
-rw-r--r-- | chapter06/pkg-config.xml | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/glib.xml b/chapter06/glib.xml index d55b413be..25689e915 100644 --- a/chapter06/glib.xml +++ b/chapter06/glib.xml @@ -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> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 28379a95e..f61f62fd0 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -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> diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 12498d289..0cb9469ab 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -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> |