source: general/genutils/gtk-doc.xml@ 9800de01

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 9800de01 was 469bc5d4, checked in by Krejzi <krejzi@…>, 10 years ago

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14016 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[6a513a4]7 <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
8 <!ENTITY gtk-doc-download-ftp "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
[70e23eb9]9 <!ENTITY gtk-doc-md5sum "58532fed036f72fc3bfd4fe79473247b">
10 <!ENTITY gtk-doc-size "632 KB">
11 <!ENTITY gtk-doc-buildsize "13 MB (additional 2 MB for the tests)">
12 <!ENTITY gtk-doc-time "0.1 SBU (additional 0.2 SBU for the tests)">
[fdca4266]13]>
14
[a294e133]15<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
[effdc6af]16 <?dbhtml filename="gtk-doc.html"?>
[fc7afd0c]17
[effdc6af]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[fc7afd0c]22
[effdc6af]23 <title>GTK-Doc-&gtk-doc-version;</title>
[fc7afd0c]24
[effdc6af]25 <indexterm zone="gtk-doc">
26 <primary sortas="a-GTK-Doc">GTK-Doc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GTK-Doc</title>
[fc7afd0c]31
[8d77de6]32 <para>The <application>GTK-Doc</application> package
[104733c]33 contains a code documenter. This is useful for extracting specially formatted
[8d77de6]34 comments from the code to create API documentation. This
35 package is <emphasis>optional</emphasis>; if it is not installed, packages will
36 not build the documentation. This does not mean that you will not have any
37 documentation. If <application>GTK-Doc</application> is not
[d9962703]38 available, the install process will copy any pre-built documentation to your
[effdc6af]39 system.</para>
[fc7afd0c]40
[469bc5d4]41 &lfs76_checked;
[a10f4a7]42
[effdc6af]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&gtk-doc-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&gtk-doc-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gtk-doc-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gtk-doc-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gtk-doc-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gtk-doc-time;</para>
62 </listitem>
63 </itemizedlist>
[fc7afd0c]64
[effdc6af]65 <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
[fc7afd0c]66
[effdc6af]67 <bridgehead renderas="sect4">Required</bridgehead>
[ba056d7]68 <para role="required">
69 <xref linkend="DocBook"/>,
70 <xref linkend="docbook-xsl"/>,
71 <xref linkend="itstool"/> and
72 <xref linkend="libxslt"/>
73 </para>
[64c6acb]74
[effdc6af]75 <bridgehead renderas="sect4">Optional</bridgehead>
[b495000]76 <para role="optional">
[665ac79f]77 <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
78 <xref linkend="fop"/> (XML PDF support),
79 <xref linkend="glib2"/> (for the test suite),
80 <ulink url="&gnome-download-http;/gnome-doc-utils/">
81 GNOME Doc Utils</ulink> and
82 <xref linkend="which"/> (required for the test suite and gtk-doc documentation),
[469bc5d4]83 <xref linkend="highlight"/>,
[665ac79f]84 <xref linkend="openjade"/> with
85 <xref linkend="sgml-dtd"/> and
86 <xref linkend="docbook-dsssl"/>
87 (SGML support, not actively maintained any more),
88 <xref linkend="python2"/> (builds gtkdoc-depscan), and
89 <xref linkend="rarian"/>
90 </para>
[fc7afd0c]91
[1039de3]92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gtk-doc"/></para>
94
[effdc6af]95 </sect2>
[fc7afd0c]96
[effdc6af]97 <sect2 role="installation">
98 <title>Installation of GTK-Doc</title>
99
[8d77de6]100 <para>Install <application>GTK-Doc</application> by running
[effdc6af]101 the following commands:</para>
102
[f47c5167]103<screen><userinput>./configure --prefix=/usr &amp;&amp;
[2e46c65]104make</userinput></screen>
105
[5b9456bf]106 <para>To test the results, issue: <command>make check</command>.</para>
[0e5a229a]107
[effdc6af]108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]109
[effdc6af]110<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]111
[effdc6af]112 </sect2>
[fc7afd0c]113
[effdc6af]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>
[fc7afd0c]121
[effdc6af]122 <seglistitem>
[5b9456bf]123 <seg>gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdocize,
124 gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mkpdf, gtkdoc-mktmpl,
125 gtkdoc-rebase, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg>
[effdc6af]126 <seg>None</seg>
[70e23eb9]127 <seg>/usr/share/{gtk-doc,help/*/gtk-doc-manual,sgml/gtk-doc} </seg>
[effdc6af]128 </seglistitem>
129 </segmentedlist>
[fc7afd0c]130
[effdc6af]131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
[fc7afd0c]135
[effdc6af]136 <varlistentry id="gtkdoc">
137 <term><command>gtkdoc*</command></term>
138 <listitem>
[64c6acb]139 <para>these are all shell, <application>Perl</application>, or
140 <application>Python</application> scripts used by
[8d77de6]141 package <filename>Makefile</filename> scripts to generate
[effdc6af]142 documentation for the package being built.</para>
143 <indexterm zone="gtk-doc gtkdoc">
144 <primary sortas="b-gtkdoc*">gtkdoc*</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
[fc7afd0c]148
[effdc6af]149 </variablelist>
[fc7afd0c]150
[effdc6af]151 </sect2>
[fc7afd0c]152
[832650c]153</sect1>
Note: See TracBrowser for help on using the repository browser.