source: general/genutils/gtk-doc.xml@ 25a19d85

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

Updated to GTK-Doc-1.6

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

  • Property mode set to 100644
File size: 5.3 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 "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
8 <!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 "09c7a89efff2e0bbaba02a12bff58dfd">
10 <!ENTITY gtk-doc-size "177 KB">
11 <!ENTITY gtk-doc-buildsize "2.0 MB">
12 <!ENTITY gtk-doc-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
16 <?dbhtml filename="gtk-doc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gtk-doc-&gtk-doc-version;.tar</keyword>
23 <keyword role="ftpdir">gtk-doc</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GTK-Doc-&gtk-doc-version;</title>
28
29 <indexterm zone="gtk-doc">
30 <primary sortas="a-GTK-Doc">GTK-Doc</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GTK-Doc</title>
35
36 <para>The <application>GTK-Doc</application> package
37 contains a code documentor. This is useful for extracting specially formatted
38 comments from the code to create API documentation. This
39 package is <emphasis>optional</emphasis>; if it is not installed, packages will
40 not build the documentation. This does not mean that you will not have any
41 documentation. If <application>GTK-Doc</application> is not
42 available, the install process will copy any pre-built documentation to your
43 system.</para>
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&gtk-doc-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&gtk-doc-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &gtk-doc-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &gtk-doc-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &gtk-doc-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &gtk-doc-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="libxslt"/>,
71 <xref linkend="DocBook"/>, and
72 <xref linkend="docbook-xsl"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="pkgconfig"/>,
76 <xref linkend="scrollkeeper"/>,
77 <xref linkend="openjade"/>,
78 <xref linkend="sgml-dtd"/>, and
79 <xref linkend="docbook-dsssl"/></para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/gtk-doc"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of GTK-Doc</title>
88
89 <para>Install <application>GTK-Doc</application> by running
90 the following commands:</para>
91
92<screen><userinput>./configure --prefix=/usr --localstatedir=/var/lib &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><parameter>--localstatedir=/var/lib</parameter>: This parameter is
107 used so that ScrollKeeper files are installed in the system ScrollKeeper
108 database directory
109 (<filename class='directory'>/var/lib/scrollkeeper</filename>) instead of
110 <filename class='directory'>/usr/var/scrollkeeper</filename>.</para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>gtkdocize, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman,
124 gtkdoc-mktmpl, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg>
125 <seg>None</seg>
126 <seg>The following subdirectories of /usr/share/:
127 doc/gtk-doc-&gtk-doc-version;,
128 gnome/help/gtk-doc-manual,
129 gtk-doc/data and
130 {omf,sgml}/gtk-doc</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="gtkdoc">
140 <term><command>gtkdoc*</command></term>
141 <listitem>
142 <para>these are all <application>Perl</application> scripts used by
143 package <filename>Makefile</filename> scripts to generate
144 documentation for the package being built.</para>
145 <indexterm zone="gtk-doc gtkdoc">
146 <primary sortas="b-gtkdoc*">gtkdoc*</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.