Author: bdubbs
Date: Tue Aug 6 11:02:02 2013
New Revision: 11591
Log:
Refine Xorg environment instructions
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/xorg7.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Aug 5 14:29:53 2013 (r11590)
+++ trunk/BOOK/general.ent Tue Aug 6 11:02:02 2013 (r11591)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "04"> <!-- Always 2 digits -->
+<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 3rd, &year;">
+<!ENTITY releasedate "August 6th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Aug 5 14:29:53
2013 (r11590)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Aug 6 11:02:02
2013 (r11591)
@@ -44,6 +44,15 @@
-->
<listitem>
+ <para>August 6th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Refine Xorg environment instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 4th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/installing/xorg7.xml
==============================================================================
--- trunk/BOOK/x/installing/xorg7.xml Mon Aug 5 14:29:53 2013 (r11590)
+++ trunk/BOOK/x/installing/xorg7.xml Tue Aug 6 11:02:02 2013 (r11591)
@@ -164,22 +164,27 @@
EOF
chmod 644 /etc/profile.d/xorg.sh</userinput></screen>
- <para>If you've decided to use the standard
- <filename class="directory">/usr</filename> prefix, you can omit the
- remainder of this page. Otherwise, be sure to add
- <filename class="directory">$XORG_PREFIX/bin</filename> to your
- <envar>PATH</envar> environment variable, and <filename class="directory">
+ <para>If you've decided to use the standard <filename
+ class="directory">/usr</filename> prefix, you can omit the remainder of
+ this page. Otherwise, be sure to add <filename
+ class="directory">$XORG_PREFIX/bin</filename> to your <envar>PATH</envar>
+ environment variable, and <filename class="directory">
$XORG_PREFIX/lib/pkgconfig</filename> and <filename class="directory">
- $XORG_PREFIX/share/pkgconfig</filename>
- to your <envar>PKG_CONFIG_PATH</envar> variable. Issue the following
- commands as the <systemitem class="username">root</systemitem> user:</para>
+ $XORG_PREFIX/share/pkgconfig</filename> to your
+ <envar>PKG_CONFIG_PATH</envar> variable. It is also helpful to specify an
+ include directory for the <command>aclocal</command> program. Issue the
+ following commands as the <systemitem class="username">root</systemitem>
+ user:</para>
<screen><userinput role="root">cat >> /etc/profile.d/xorg.sh <<
"EOF"
pathappend $XORG_PREFIX/bin PATH
pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH
-export PATH PKG_CONFIG_PATH
+
+ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'
+
+export PATH PKG_CONFIG_PATH ACLOCAL
EOF</userinput></screen>
<para>You should also add
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page