diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-10-12 20:21:39 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-10-12 20:21:39 +0000 |
commit | 083385093c7386661b2b361b238218ebe0905787 (patch) | |
tree | 13a17d407aa03dae271d4de2daa1e2b098365358 /gnome | |
parent | ef66b4c1344f587dfb0de92a99a1e0861e6a7005 (diff) |
Changed gnome-doc-utils commands to be more BLFSy
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6341 af4574ff-66df-0310-9fd7-8a98e5e911e0
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/core/gnome-doc-utils.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnome/core/gnome-doc-utils.xml b/gnome/core/gnome-doc-utils.xml index 030e1b44cb..d3442ff001 100644 --- a/gnome/core/gnome-doc-utils.xml +++ b/gnome/core/gnome-doc-utils.xml @@ -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/@.*@pkgconfig/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/@.*@pkgconfig/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 @@ make</userinput></screen> <sect2 role="commands"> <title>Command Explanations</title> + <para><command>sed -i 's/@.*@pkgconfig/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"/> |