diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-23 12:00:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-23 12:00:27 +0000 |
commit | 3439f16d6dc6e09276e26b3b4f11057429dc3019 (patch) | |
tree | a25b329cce3b0c15e51b29696ca07669f12307d1 /chapter06 | |
parent | 6dcd70b7718de80c39f90a159dc86c7cb59fec73 (diff) |
Remove description of PKG_CONFIG variables that are no longer used in Man-DB.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/man-db.xml | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 1fa0ff71b..9ee047f98 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -58,11 +58,11 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 9adb42318..659934221 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -56,15 +56,6 @@ <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>PKG_CONFIG=, libpipeline_ ...</parameter></term> - <listitem> - <para>These environment variables allow the configuration - process to complete without the external <command>pkg-config</command> - program.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--disable-setuid</parameter></term> <listitem> <para>This disables making the <command>man</command> program setuid |