Author: dnicholson
Date: 2006-10-12 14:21:39 -0600 (Thu, 12 Oct 2006)
New Revision: 6341
Modified:
trunk/BOOK/gnome/core/gnome-doc-utils.xml
Log:
Changed gnome-doc-utils commands to be more BLFSy
Modified: trunk/BOOK/gnome/core/gnome-doc-utils.xml
===================================================================
--- trunk/BOOK/gnome/core/gnome-doc-utils.xml 2006-10-12 19:05:59 UTC (rev
6340)
+++ trunk/BOOK/gnome/core/gnome-doc-utils.xml 2006-10-12 20:21:39 UTC (rev
6341)
@@ -92,18 +92,11 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/without-gnome.xml"/>
- <para>If you build <application>GNOME Doc Utils</application>
- without <application>Python</application>, the
- <application>pkg-config</application> support files will not be
- installed. Ensure that they are installed with the following
- command:</para>
-
-<screen><userinput>sed -i 's/@[EMAIL PROTECTED]/pkgconfig/'
Makefile.in</userinput></screen>
-
<para>Install <application>GNOME Doc Utils</application>
by running the following commands:</para>
-<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
+<screen><userinput>sed -i 's/@[EMAIL PROTECTED]/pkgconfig/' Makefile.in
&&
+./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--mandir=$(pkg-config \
--variable=prefix ORBit-2.0)/share/man &&
make</userinput></screen>
@@ -119,6 +112,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i 's/@[EMAIL PROTECTED]/pkgconfig/'
Makefile.in</command>:
+ If you build <application>GNOME Doc Utils</application>
+ without <application>Python</application>, the
+ <application>pkg-config</application> support files will not be
+ installed. This command ensures that they are always installed.</para>
+
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page