Changeset 0833850


Ignore:
Timestamp:
10/12/2006 08:21:39 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cef276c
Parents:
ef66b4c
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-doc-utils.xml

    ref66b4c r0833850  
    9393    href="../../xincludes/without-gnome.xml"/>
    9494
    95     <para>If you build <application>GNOME Doc Utils</application>
    96     without <application>Python</application>, the
    97     <application>pkg-config</application> support files will not be
    98     installed. Ensure that they are installed with the following
    99     command:</para>
    100 
    101 <screen><userinput>sed -i 's/@.*@pkgconfig/pkgconfig/' Makefile.in</userinput></screen>
    102 
    10395    <para>Install <application>GNOME Doc Utils</application>
    10496    by running the following commands:</para>
    10597
    106 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     98<screen><userinput>sed -i 's/@.*@pkgconfig/pkgconfig/' Makefile.in &amp;&amp;
     99./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    107100            --mandir=$(pkg-config \
    108101                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     
    119112  <sect2 role="commands">
    120113    <title>Command Explanations</title>
     114
     115    <para><command>sed -i 's/@.*@pkgconfig/pkgconfig/' Makefile.in</command>:
     116    If you build <application>GNOME Doc Utils</application>
     117    without <application>Python</application>, the
     118    <application>pkg-config</application> support files will not be
     119    installed. This command ensures that they are always installed.</para>
    121120
    122121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.