Changeset 2e46c65


Ignore:
Timestamp:
03/30/2006 11:28:41 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
650e5ac
Parents:
deafeda
Message:

Updated to GTK-Doc-1.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdeafeda r2e46c65  
    136136<!ENTITY imagemagick-version          "6.2.5">
    137137<!ENTITY hd2u-version                 "1.0.0">
    138 <!ENTITY gtk-doc-version              "1.4">
     138<!ENTITY gtk-doc-version              "1.5">
    139139<!ENTITY intltool-version             "0.34.1">
    140140<!ENTITY screen-version               "4.0.2">
  • general/genutils/gtk-doc.xml

    rdeafeda r2e46c65  
    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        "44d1cdce88c2eb4ccb962998ad0c0d1a">
    10   <!ENTITY gtk-doc-size          "148 KB">
    11   <!ENTITY gtk-doc-buildsize     "1.6 MB">
     9  <!ENTITY gtk-doc-md5sum        "9aff3cbfa99cc37e712621f3e4a60d46">
     10  <!ENTITY gtk-doc-size          "174 KB">
     11  <!ENTITY gtk-doc-buildsize     "2.0 MB">
    1212  <!ENTITY gtk-doc-time          "less than 0.1 SBU">
    1313]>
     
    7070    <para role="required"><xref linkend="openjade"/>,
    7171    <xref linkend="libxslt"/>,
    72     <xref linkend="DocBook"/> and
     72    <xref linkend="DocBook"/>, and
    7373    <xref linkend="docbook-xsl"/></para>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="sgml-dtd"/> and <xref linkend="docbook-dsssl"/></para>
     76    <para role="optional"><xref linkend="sgml-dtd"/> and
     77    <xref linkend="docbook-dsssl"/></para>
    7778
    7879  </sect2>
     
    8485    the following commands:</para>
    8586
    86 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     87<screen><userinput>./configure --prefix=/usr --localstatedir=/var/lib &amp;&amp;
     88make</userinput></screen>
     89
     90    <para>This package does not come with a test suite.</para>
    8791
    8892    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8993
    9094<screen role="root"><userinput>make install</userinput></screen>
     95
     96  </sect2>
     97
     98  <sect2 role="commands">
     99    <title>Command Explanations</title>
     100
     101    <para><parameter>--localstatedir=/var/lib</parameter>: This parameter is
     102    used so that ScrollKeeper files are installed in the system ScrollKeeper
     103    database directory
     104    (<filename class='directory'>/var/lib/scrollkeeper</filename>) instead of
     105    <filename class='directory'>/usr/var/scrollkeeper</filename>.</para>
    91106
    92107  </sect2>
  • introduction/welcome/changelog.xml

    rdeafeda r2e46c65  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GTK-Doc-1.5.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added XML::Parser as a required dependency and
    4952          intltool as an optional dependency of ScrollKeeper.</para>
Note: See TracChangeset for help on using the changeset viewer.