source: gnome/core/gnome-doc-utils.xml@ 7b5015b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7b5015b9 was b8c882c, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME Doc Utils-0.20.1.

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

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.20/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
8 <!ENTITY gnome-doc-utils-download-ftp "&gnome-download-ftp;/gnome-doc-utils/0.20/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
9 <!ENTITY gnome-doc-utils-md5sum "19e67da738497f82a2a36a603953f588">
10 <!ENTITY gnome-doc-utils-size "698 KB">
11 <!ENTITY gnome-doc-utils-buildsize "18 MB">
12 <!ENTITY gnome-doc-utils-time "0.2 SBU">
13]>
14
15<sect1 id="gnome-doc-utils" xreflabel="GNOME Doc Utils-&gnome-doc-utils-version;">
16 <?dbhtml filename="gnome-doc-utils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Doc Utils-&gnome-doc-utils-version;</title>
24
25 <indexterm zone="gnome-doc-utils">
26 <primary sortas="a-GNOME-Doc-Utils">GNOME Doc Utils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Doc Utils</title>
31
32 <para>The <application>GNOME Doc Utils</application> package is a collection
33 of documentation utilities for the <application>GNOME</application> project.
34 Notably, it contains utilities for building documentation and all auxiliary
35 files in your source tree, and it contains the DocBook XSLT stylesheets that
36 were once distributed with <application>Yelp</application>. Starting with
37 <application>GNOME</application> 2.8, <application>Yelp</application>
38 requires <application>GNOME Doc Utils</application> for the XSLT. Starting
39 with <application>GNOME</application> 2.12, many of the core
40 <application>GNOME</application> packages require
41 <application>GNOME Doc Utils</application>.</para>
42
43 &lfs65_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&gnome-doc-utils-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&gnome-doc-utils-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &gnome-doc-utils-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &gnome-doc-utils-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &gnome-doc-utils-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &gnome-doc-utils-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GNOME Doc Utils Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="intltool"/>,
71 <xref linkend="libxslt"/>, and
72 <xref linkend="python"/> ( Required to be installed prior to <xref linkend="libxml2"/>)</para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended"><xref linkend="rarian"/></para>
76
77 <para>The packages are listed as recommended even though
78 <application>GNOME Doc Utils</application> will build fine without them.
79 If you don't install the recommended packages (and you pass the appropriate
80 flags to the <command>configure</command> command so that it will build
81 without them), functionality will be missing that is expected later in
82 other GNOME packages.</para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/gnome-doc-utils"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of GNOME Doc Utils</title>
91
92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
93 href="../../xincludes/without-gnome.xml"/>
94
95 <para>Install <application>GNOME Doc Utils</application>
96 by running the following commands:</para>
97
98<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
99 --mandir=$(pkg-config \
100 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
101make</userinput></screen>
102
103 <para>To test the results, issue: <command>make check</command>.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gnome-prefix.xml"/>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/gnome-mandir.xml"/>
119
120 <para><option>--disable-scrollkeeper</option>: Do not make updates to
121 the <application>scrollkeeper</application> database.</para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132 <segtitle>Installed Stylesheets</segtitle>
133
134 <seglistitem>
135 <seg>gnome-doc-prepare, gnome-doc-tool and xml2po</seg>
136 <seg>None</seg>
137 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome-doc-utils/{icons/hicolor/{48x48/status,
138 scalable/status},templates,watermarks},gnome/help/{gnome-doc-make/{C,
139 de},gnome-doc-xslt/{C,de}},omf/{gnome-doc-make,gnome-doc-xslt},
140 xml/{gnome/xslt/{common,docbook/{common,html,omf,utils},gettext,
141 mallard/{cache,common,html}},mallard/1.0}}</seg>
142 <seg>Custom DocBook XSLT stylesheets</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gnome-doc-prepare">
152 <term><command>gnome-doc-prepare</command></term>
153 <listitem>
154 <para>prepares a package to use
155 <application>gnome-doc-utils</application>.</para>
156 <indexterm zone="gnome-doc-utils gnome-doc-prepare">
157 <primary sortas="b-gnome-doc-prepare">gnome-doc-prepare</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gnome-doc-tool">
163 <term><command>gnome-doc-tool</command></term>
164 <listitem>
165 <para>is used to convert documents to either HTML or XHTML.</para>
166 <indexterm zone="gnome-doc-utils gnome-doc-tool">
167 <primary sortas="b-gnome-doc-tool">gnome-doc-tool</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="xml2po">
173 <term><command>xml2po</command></term>
174 <listitem>
175 <para>is a <application>Python</application> script used to
176 translate XML documents.</para>
177 <indexterm zone="gnome-doc-utils xml2po">
178 <primary sortas="b-xml2po">xml2po</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.