source: general/genutils/gtk-doc.xml@ 46ddda21

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
Last change on this file since 46ddda21 was 46ddda21, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GTK-Doc-1.3

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
12<!ENTITY gtk-doc-time "0.01 SBU">
13]>
14
15<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gtk-doc.html"?>
21<title>GTK-Doc-&gtk-doc-version;</title>
22<indexterm zone="gtk-doc">
23<primary sortas="a-GTK-Doc">GTK-Doc</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application><acronym>GTK</acronym>-Doc</application>
27</title>
28
29<para>The <application><acronym>GTK</acronym>-Doc</application> package
30contains a code documentor. This is useful for extracting specially formatted
31comments from the code to create <acronym>API</acronym> documentation. This
32package is <emphasis>optional</emphasis>; if it is not installed, packages will
33not build the documentation. This does not mean that you will not have any
34documentation. If <application><acronym>GTK</acronym>-Doc</application> is not
35available, the install process will copy pre-built documentation to your
36system.</para>
37
38<sect3><title>Package information</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Download (HTTP): <ulink
41url="&gtk-doc-download-http;"/></para></listitem>
42<listitem><para>Download (FTP): <ulink
43url="&gtk-doc-download-ftp;"/></para></listitem>
44<listitem><para>Download MD5 sum: &gtk-doc-md5sum;</para></listitem>
45<listitem><para>Download size: &gtk-doc-size;</para></listitem>
46<listitem><para>Estimated disk space required:
47&gtk-doc-buildsize;</para></listitem>
48<listitem><para>Estimated build time:
49&gtk-doc-time;</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title><application><acronym>GTK</acronym>-Doc</application>
53dependencies</title>
54<sect4><title>Required</title>
55<para><xref linkend="openjade"/>,
56<xref linkend="libxslt"/>,
57<xref linkend="DocBook"/> and
58<xref linkend="docbook-xsl"/></para>
59</sect4>
60
61<sect4><title>Optional</title>
62<para><xref linkend="sgml-dtd"/> and <xref linkend="docbook-dsssl"/></para>
63</sect4>
64
65</sect3>
66
67</sect2>
68
69<sect2>
70<title>Installation of <application><acronym>GTK</acronym>-Doc</application>
71</title>
72
73<para>Install <application><acronym>GTK</acronym>-Doc</application> by running
74the following commands:</para>
75
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>
81
82</sect2>
83
84<sect2>
85<title>Contents</title>
86
87<segmentedlist>
88<segtitle>Installed Programs</segtitle>
89<segtitle>Installed Libraries</segtitle>
90<segtitle>Installed Directories</segtitle>
91
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>
99
100<sect3><title> Short description</title>
101<para>These are all <application>Perl</application> scripts used by
102package <filename>Makefile</filename> scripts to generate documentation for
103the package being built.</para>
104</sect3>
105
106</sect2>
107
108</sect1>
109
Note: See TracBrowser for help on using the repository browser.