Changeset 46ddda21


Ignore:
Timestamp:
04/04/2005 08:23:45 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
9e563d2a
Parents:
423b1d94
Message:

Updated to GTK-Doc-1.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r423b1d94 r46ddda21  
    108108<!ENTITY imagemagick-version          "6.2.0">
    109109<!ENTITY hd2u-version                 "0.9.2">
    110 <!ENTITY gtk-doc-version              "1.2">
     110<!ENTITY gtk-doc-version              "1.3">
    111111<!ENTITY intltool-version             "0.32.1">
    112112<!ENTITY screen-version               "4.0.2">
  • general/genutils/gtk-doc.xml

    r423b1d94 r46ddda21  
    55  %general-entities;
    66
    7 <!ENTITY gtk-doc-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.2/gtk-doc-&gtk-doc-version;.tar.bz2">
    8 <!ENTITY gtk-doc-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.2/gtk-doc-&gtk-doc-version;.tar.bz2">
    9 <!ENTITY gtk-doc-md5sum "7776ad690ca6baaaf071c83b51d2a234">
    10 <!ENTITY gtk-doc-size "132 KB">
    11 <!ENTITY gtk-doc-buildsize "1.1 MB">
     7<!ENTITY gtk-doc-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
     8<!ENTITY gtk-doc-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
     9<!ENTITY gtk-doc-md5sum "d105d5b28e7e023ab1b7e85fb65e45c3">
     10<!ENTITY gtk-doc-size "145 KB">
     11<!ENTITY gtk-doc-buildsize "1.6 MB">
    1212<!ENTITY gtk-doc-time "0.01 SBU">
    1313]>
     
    2020<?dbhtml filename="gtk-doc.html"?>
    2121<title>GTK-Doc-&gtk-doc-version;</title>
     22<indexterm zone="gtk-doc">
     23<primary sortas="a-GTK-Doc">GTK-Doc</primary></indexterm>
    2224
    2325<sect2>
     
    3133not build the documentation. This does not mean that you will not have any
    3234documentation. If <application><acronym>GTK</acronym>-Doc</application> is not
    33 available, the install process will copy pre-built documentation to your system.
    34 </para>
     35available, the install process will copy pre-built documentation to your
     36system.</para>
    3537
    3638<sect3><title>Package information</title>
     
    5658<xref linkend="docbook-xsl"/></para>
    5759</sect4>
     60
     61<sect4><title>Optional</title>
     62<para><xref linkend="sgml-dtd"/> and <xref linkend="docbook-dsssl"/></para>
     63</sect4>
     64
    5865</sect3>
    5966
     
    6774the following commands:</para>
    6875
    69 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    70 make install</command></userinput></screen>
     76<screen><userinput><command>./configure --prefix=/usr</command></userinput></screen>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make install</command></userinput></screen>
    7181
    7282</sect2>
     
    7585<title>Contents</title>
    7686
    77 <para>The <application><acronym>GTK</acronym>-Doc</application>
    78 package contains
    79 <command>gtkdoc-fixxref</command>,
    80 <command>gtkdoc-mkdb</command>,
    81 <command>gtkdoc-mkhtml</command>,
    82 <command>gtkdoc-mkman</command>,
    83 <command>gtkdoc-mktmpl</command>,
    84 <command>gtkdoc-scan</command>,
    85 <command>gtkdoc-scangobj</command>,
    86 <command>gtkdoc-scanobj</command> and
    87 <command>gtkdocize</command>.</para>
     87<segmentedlist>
     88<segtitle>Installed Programs</segtitle>
     89<segtitle>Installed Libraries</segtitle>
     90<segtitle>Installed Directories</segtitle>
    8891
    89 </sect2>
     92<seglistitem>
     93<seg>gtkdocize, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman,
     94gtkdoc-mktmpl, gtkdoc-scan, gtkdoc-scangobj and gtkdoc-scanobj</seg>
     95<seg>None</seg>
     96<seg>/usr/share/gtk-doc and /usr/share/sgml/gtk-doc</seg>
     97</seglistitem>
     98</segmentedlist>
    9099
    91 <sect2><title>Description</title>
    92 
     100<sect3><title> Short description</title>
    93101<para>These are all <application>Perl</application> scripts used by
    94 <filename>Makefile</filename> scripts to generate documentation for the
    95 package being built.</para>
     102package <filename>Makefile</filename> scripts to generate documentation for
     103the package being built.</para>
     104</sect3>
    96105
    97106</sect2>
  • introduction/welcome/changelog.xml

    r423b1d94 r46ddda21  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 4th, 2005 [randy]: Updated to OpenLDAP-2.2.24 and
    26 Stunnel-4.09</para></listitem>
     25<listitem><para>April 4th, 2005 [randy]: Updated to OpenLDAP-2.2.24,
     26Stunnel-4.09 and GTK-Doc-1.3</para></listitem>
    2727
    2828<listitem><para>April 4th, 2005 [igor]: Updated to OpenSSL-0.9.7f
Note: See TracChangeset for help on using the changeset viewer.