source: gnome/core/gnome-doc-utils.xml@ ede3489

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 ede3489 was ede3489, checked in by Andrew Benton <andy@…>, 18 years ago

Updated Gnome doc utils to 0.4.4

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

  • Property mode set to 100644
File size: 6.0 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 gnome-doc-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
8 <!ENTITY gnome-doc-utils-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
9 <!ENTITY gnome-doc-utils-md5sum "b89d9e9830f5b3e0ead295104637a207">
10 <!ENTITY gnome-doc-utils-size "382 KB">
11 <!ENTITY gnome-doc-utils-buildsize "6.5 MB">
12 <!ENTITY gnome-doc-utils-time "less than 0.1 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 <keywordset>
22 <keyword role="package">gnome-doc-utils-&gnome-doc-utils-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-doc-utils</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GNOME Doc Utils-&gnome-doc-utils-version;</title>
28
29 <indexterm zone="gnome-doc-utils">
30 <primary sortas="a-GNOME-Doc-Utils">GNOME Doc Utils</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Doc Utils</title>
35
36 <para>The <application>GNOME Doc Utils</application> package is a collection
37 of documentation utilities for the <application>GNOME</application> project.
38 Notably, it contains utilities for building documentation and all auxiliary
39 files in your source tree, and it contains the DocBook XSLT stylesheets that
40 were once distributed with <application>Yelp</application>. Starting with
41 <application>GNOME</application> 2.8, <application>Yelp</application>
42 requires <application>GNOME Doc Utils</application> for the XSLT. Starting
43 with <application>GNOME</application> 2.12, many of the core
44 <application>GNOME</application> packages require
45 <application>GNOME Doc Utils</application>.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&gnome-doc-utils-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&gnome-doc-utils-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &gnome-doc-utils-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &gnome-doc-utils-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &gnome-doc-utils-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &gnome-doc-utils-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">GNOME Doc Utils Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="python"/> and
73 <xref linkend="scrollkeeper"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="pkgconfig"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of GNOME Doc Utils</title>
82
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="../without-gnome.xml"/>
85
86 <para>Install <application>GNOME Doc Utils</application>
87 by running the following commands:</para>
88
89<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
90 --localstatedir=/var/lib &amp;&amp;
91make</userinput></screen>
92
93 <para>To test the results, issue: <command>make check</command>.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
105 <application>ScrollKeeper</application> files in
106 <filename class='directory'>/var/lib/scrollkeeper</filename> instead of
107 <filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118 <segtitle>Installed Stylesheets</segtitle>
119
120 <seglistitem>
121 <seg>gnome-doc-prepare and xml2po</seg>
122 <seg>None</seg>
123 <seg>$GNOME_PREFIX/share/gnome-doc-utils,
124 $GNOME_PREFIX/share/gnome/help/gnome-doc-make,
125 $GNOME_PREFIX/share/gnome/help/gnome-doc-xslt,
126 $GNOME_PREFIX/share/omf/gnome-doc-make,
127 $GNOME_PREFIX/share/omf/gnome-doc-xslt,
128 $GNOME_PREFIX/share/xml/gnome and
129 $GNOME_PREFIX/share/xml2po</seg>
130 <seg>Custom DocBook XSLT stylesheets</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="gnome-doc-prepare">
140 <term><command>gnome-doc-prepare</command></term>
141 <listitem>
142 <para>prepares a package to use
143 <application>gnome-doc-utils</application>.</para>
144 <indexterm zone="gnome-doc-utils gnome-doc-prepare">
145 <primary sortas="b-gnome-doc-prepare">gnome-doc-prepare</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="xml2po">
151 <term><command>xml2po</command></term>
152 <listitem>
153 <para>is a <application>Python</application> script used to
154 translate XML documents.</para>
155 <indexterm zone="gnome-doc-utils xml2po">
156 <primary sortas="b-xml2po">xml2po</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.