source: gnome/core/gnome-doc-utils.xml@ 867f383

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 867f383 was 0e15d3a, checked in by Krejzi <krejzi@…>, 12 years ago

Make which required dependency of gnome-doc-utils since every package requiring it needs which, gvfs 1.12.2, gcalctool 6.4.1.1, gucharmap 3.4.1, gnome-contacts 3.4.0 and gnome-system-monitor 3.4.1. Comment out Gnome pre and post configuration pages for now untill I think of new stategy for it. Most of gnome post-configuration is explained on gnome-session page

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

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