Author: dnicholson
Date: 2007-02-03 12:30:45 -0700 (Sat, 03 Feb 2007)
New Revision: 6532
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/xorg7.xml
Log:
Install Xorg-7 manpages to $XORG_PREFIX/share/man. Fixes #2229.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-02-03 16:54:40 UTC (rev 6531)
+++ trunk/BOOK/general.ent 2007-02-03 19:30:45 UTC (rev 6532)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "02"> <!-- Always 2 digits -->
+<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "February &day;nd, &year;">
+<!ENTITY releasedate "February &day;rd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "6.2"> <!--
version|stable|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-02-03 16:54:40 UTC
(rev 6531)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-02-03 19:30:45 UTC
(rev 6532)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>February 3rd, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Added instructions for installing the
+ Xorg-7 man pages to $XORG_PREFIX/share/man and configuring
+ Man-DB to use that location. Fixes ticket #2229.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 2nd, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/installing/xorg7.xml
===================================================================
--- trunk/BOOK/x/installing/xorg7.xml 2007-02-03 16:54:40 UTC (rev 6531)
+++ trunk/BOOK/x/installing/xorg7.xml 2007-02-03 19:30:45 UTC (rev 6532)
@@ -125,7 +125,7 @@
<envar>XORG_CONFIG</envar> variable to use for substitution:</para>
<screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc
\
- --localstatedir=/var"</userinput></screen>
+ --mandir=$XORG_PREFIX/share/man --localstatedir=/var"</userinput></screen>
<para>If you've decided to use an alternate prefix, be sure to add
<filename class="directory">
@@ -136,7 +136,9 @@
see <xref linkend="postlfs-config-profile"/>. You should also add
<filename class="directory">
<replaceable><PREFIX></replaceable>/lib</filename> to the
- <filename>/etc/ld.so.conf</filename> file.</para>
+ <filename>/etc/ld.so.conf</filename> file and <filename class="directory">
+ <replaceable><PREFIX></replaceable>/share/man</filename> as
+ a MANDATORY_MANPATH in <filename>/etc/man_db.conf</filename>.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page