source: general/genutils/gtk-doc.xml@ 1039de3

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 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5600683]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">
[2e46c65]9 <!ENTITY gtk-doc-md5sum "9aff3cbfa99cc37e712621f3e4a60d46">
10 <!ENTITY gtk-doc-size "174 KB">
11 <!ENTITY gtk-doc-buildsize "2.0 MB">
[5600683]12 <!ENTITY gtk-doc-time "less than 0.1 SBU">
[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>
[52d50d5]21 <keywordset>
22 <keyword role="package">gtk-doc-&gtk-doc-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">gtk-doc</keyword>
[52d50d5]24 </keywordset>
[effdc6af]25 </sect1info>
[fc7afd0c]26
[effdc6af]27 <title>GTK-Doc-&gtk-doc-version;</title>
[fc7afd0c]28
[effdc6af]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>
[fc7afd0c]35
[8d77de6]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
[d9962703]42 available, the install process will copy any pre-built documentation to your
[effdc6af]43 system.</para>
[fc7afd0c]44
[effdc6af]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>
[fc7afd0c]66
[effdc6af]67 <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
[fc7afd0c]68
[effdc6af]69 <bridgehead renderas="sect4">Required</bridgehead>
[52d50d5]70 <para role="required"><xref linkend="openjade"/>,
[8d77de6]71 <xref linkend="libxslt"/>,
[2e46c65]72 <xref linkend="DocBook"/>, and
[effdc6af]73 <xref linkend="docbook-xsl"/></para>
[fc7afd0c]74
[effdc6af]75 <bridgehead renderas="sect4">Optional</bridgehead>
[2e46c65]76 <para role="optional"><xref linkend="sgml-dtd"/> and
77 <xref linkend="docbook-dsssl"/></para>
[fc7afd0c]78
[1039de3]79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gtk-doc"/></para>
81
[effdc6af]82 </sect2>
[fc7afd0c]83
[effdc6af]84 <sect2 role="installation">
85 <title>Installation of GTK-Doc</title>
86
[8d77de6]87 <para>Install <application>GTK-Doc</application> by running
[effdc6af]88 the following commands:</para>
89
[2e46c65]90<screen><userinput>./configure --prefix=/usr --localstatedir=/var/lib &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
[fc7afd0c]94
[effdc6af]95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]96
[effdc6af]97<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]98
[effdc6af]99 </sect2>
[fc7afd0c]100
[2e46c65]101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--localstatedir=/var/lib</parameter>: This parameter is
105 used so that ScrollKeeper files are installed in the system ScrollKeeper
106 database directory
107 (<filename class='directory'>/var/lib/scrollkeeper</filename>) instead of
108 <filename class='directory'>/usr/var/scrollkeeper</filename>.</para>
109
110 </sect2>
111
[effdc6af]112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
[fc7afd0c]119
[effdc6af]120 <seglistitem>
[8d77de6]121 <seg>gtkdocize, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman,
[effdc6af]122 gtkdoc-mktmpl, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg>
123 <seg>None</seg>
124 <seg>/usr/share/gtk-doc and /usr/share/sgml/gtk-doc</seg>
125 </seglistitem>
126 </segmentedlist>
[fc7afd0c]127
[effdc6af]128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
[fc7afd0c]132
[effdc6af]133 <varlistentry id="gtkdoc">
134 <term><command>gtkdoc*</command></term>
135 <listitem>
[8d77de6]136 <para>these are all <application>Perl</application> scripts used by
137 package <filename>Makefile</filename> scripts to generate
[effdc6af]138 documentation for the package being built.</para>
139 <indexterm zone="gtk-doc gtkdoc">
140 <primary sortas="b-gtkdoc*">gtkdoc*</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
[fc7afd0c]144
[effdc6af]145 </variablelist>
[fc7afd0c]146
[effdc6af]147 </sect2>
[fc7afd0c]148
[832650c]149</sect1>
Note: See TracBrowser for help on using the repository browser.