Ignore:
Timestamp:
01/20/2009 10:50:09 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cfa182f
Parents:
cc60178
Message:

Sundry fixes for gtk-doc - thanks to Randy for pointing out where pkgconfig now looks, and for re-wording.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7733 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gtk-doc.xml

    rcc60178 r62acbed  
    9090    the following commands:</para>
    9191
    92 <screen><userinput>sed -i '/^pkgconfigdir/s/datadir/libdir/' &amp;&amp;
    93 ./configure --prefix=/usr &amp;&amp;
     92<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9493make</userinput></screen>
    9594
     
    9897<screen role="root"><userinput>make install</userinput></screen>
    9998
    100     <para>The test suite requires that the package has been installed first, and
    101     in any case it fails because of a missing file, so there is little point
    102     in running it.  If you insist on seeing the results, as a normal user run:
    103     <command>make check</command>.</para>
     99    <para>The test suite requires that the package has been installed first, but
     100    there's no reason to run it as there is a missing file which causes the test
     101    suite to fail.  If you insist on seeing the results, an an unprivileged user
     102    run: <command>make check</command>.</para>
    104103
    105104  </sect2>
    106105
    107   <sect2 role="commands">
     106<!--  <sect2 role="commands">
    108107    <title>Command Explanations</title>
    109108
    110     <para><command>sed -i '/^pkgconfigdir/s/datadir/libdir/'</command>:
    111     this installs the pkgconfig file in a place which is on
    112     <envar>PKG_CONFIG_PATH</envar> instead of in
    113     <filename class='directory'>/usr/share/pkgconfig</filename>.</para>
     109    \<\!\-\- no scrollkeeper files with this version
     110    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     111    href="../../xincludes/scrollkeeper-dir.xml"/> \-\-\>
    114112
    115     <!-- no scrollkeeper files with this version
    116     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    117     href="../../xincludes/scrollkeeper-dir.xml"/>-->
    118 
    119   </sect2>
     113  </sect2> -->
    120114
    121115  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.