Ignore:
Timestamp:
03/06/2010 11:57:09 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
d40737d
Parents:
bf157fc2
Message:

Updated to GTK-Doc-1.12

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

File:
1 edited

Legend:

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

    rbf157fc2 r0e5a229a  
    77  <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
    88  <!ENTITY gtk-doc-download-ftp  "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
    9   <!ENTITY gtk-doc-md5sum        "b5e268c71fa90aad890cf53715664d0a">
    10   <!ENTITY gtk-doc-size          "443 KB">
    11   <!ENTITY gtk-doc-buildsize     "4.8 MB">
     9  <!ENTITY gtk-doc-md5sum        "2b64763c7cd314742fbfe29bba6e9890">
     10  <!ENTITY gtk-doc-size          "644 KB">
     11  <!ENTITY gtk-doc-buildsize     "8 MB">
    1212  <!ENTITY gtk-doc-time          "less than 0.1 SBU">
    1313]>
     
    8787    <title>Installation of GTK-Doc</title>
    8888
     89    <note>
     90      <para>If you installed the <xref linkend="scrollkeeper"/> package and
     91      then followed it with <xref linkend="rarian"/> package, there will be
     92      Scrollkeeper files missing (Rarian removed them) and the build will
     93      fail. In this instance you should add the paramater
     94      <option>--disable-scrollkeeper</option> to the
     95      <command>./configure</command> command shown below.</para>
     96    </note>
     97
    8998    <para>Install <application>GTK-Doc</application> by running
    9099    the following commands:</para>
     
    93102make</userinput></screen>
    94103
     104    <para>To test the results, issue <command>make check</command>.</para>
     105
    95106    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    96107
    97108<screen role="root"><userinput>make install</userinput></screen>
    98109
    99     <para>The test suite requires that the package has been installed first, but
     110    <!--  <para>The test suite requires that the package has been installed first, but
    100111    there's no reason to run it as there is a missing file which causes the test
    101112    suite to fail.  If you insist on seeing the results, an an unprivileged user
    102     run: <command>make check</command>.</para>
     113    run: <command>make check</command>.</para> -->
    103114
    104115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.