source: gnome/core/gnome-user-docs.xml@ ab2d4d1e

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 ab2d4d1e was 42e92ca0, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME User Docs-2.30.1.

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[9d2dc4e2]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" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[42e92ca0]7 <!ENTITY gnome-user-docs-download-http "&gnome-download-http;/gnome-user-docs/&gnome-version;/gnome-user-docs-&gnome-user-docs-version;.tar.bz2">
8 <!ENTITY gnome-user-docs-download-ftp "&gnome-download-ftp;/gnome-user-docs/&gnome-version;/gnome-user-docs-&gnome-user-docs-version;.tar.bz2">
9 <!ENTITY gnome-user-docs-md5sum "eccd6a238a499ba42dbb6d74b02dd25a">
10 <!ENTITY gnome-user-docs-size "17.2 MB">
11 <!ENTITY gnome-user-docs-buildsize "124 MB">
12 <!ENTITY gnome-user-docs-time "3.2 SBU">
[9d2dc4e2]13]>
14
[d2241d7d]15<sect1 id="gnome-user-docs"
16 xreflabel="GNOME User Docs-&gnome-user-docs-version;">
17 <?dbhtml filename="gnome-user-docs.html"?>
[e95e587f]18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[d2241d7d]24 <title>GNOME User Docs-&gnome-user-docs-version;</title>
[e95e587f]25
[d2241d7d]26 <indexterm zone="gnome-user-docs">
27 <primary sortas="a-GNOME-User-Docs">GNOME User Docs</primary>
[e95e587f]28 </indexterm>
29
30 <sect2 role="package">
[d2241d7d]31 <title>Introduction to GNOME User Docs</title>
[e95e587f]32
[d2241d7d]33 <para>The <application>GNOME User Docs</application> package contains
34 documentation for <application>GNOME</application>.</para>
[e95e587f]35
[42e92ca0]36 &lfs65_checked;
37
[e95e587f]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[d2241d7d]41 <para>Download (HTTP): <ulink url="&gnome-user-docs-download-http;"/></para>
[e95e587f]42 </listitem>
43 <listitem>
[d2241d7d]44 <para>Download (FTP): <ulink url="&gnome-user-docs-download-ftp;"/></para>
[e95e587f]45 </listitem>
46 <listitem>
[d2241d7d]47 <para>Download MD5 sum: &gnome-user-docs-md5sum;</para>
[e95e587f]48 </listitem>
49 <listitem>
[d2241d7d]50 <para>Download size: &gnome-user-docs-size;</para>
[e95e587f]51 </listitem>
52 <listitem>
[d2241d7d]53 <para>Estimated disk space required: &gnome-user-docs-buildsize;</para>
[e95e587f]54 </listitem>
55 <listitem>
[d2241d7d]56 <para>Estimated build time: &gnome-user-docs-time;</para>
[e95e587f]57 </listitem>
58 </itemizedlist>
59
[d2241d7d]60 <bridgehead renderas="sect3">GNOME User Docs Dependencies</bridgehead>
[e95e587f]61
62 <bridgehead renderas="sect4">Required</bridgehead>
[42e92ca0]63 <para role="required"><xref linkend="gnome-doc-utils"/> and
64 <xref linkend="which"/></para>
[93cbf82d]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="rarian"/></para>
[e95e587f]68
[0a7c3921]69 <para condition="html" role="usernotes">User Notes:
[d2241d7d]70 <ulink url="&blfs-wiki;/gnome-user-docs"/></para>
[0a7c3921]71
[e95e587f]72 </sect2>
73
74 <sect2 role="installation">
[d2241d7d]75 <title>Installation of GNOME User Docs</title>
[e95e587f]76
[e05cd03f]77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]78 href="../../xincludes/without-gnome.xml"/>
[e95e587f]79
[d2241d7d]80 <para>Install <application>GNOME User Docs</application>
[e95e587f]81 by running the following commands:</para>
82
[d2241d7d]83<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[e62f701]84 --localstatedir=/var/lib &amp;&amp;
[e95e587f]85make</userinput></screen>
[929f6f7]86
[e95e587f]87 <para>This package does not come with a test suite.</para>
[cd30ba7]88
[e95e587f]89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[929f6f7]90
[d2241d7d]91<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]92
[e95e587f]93 </sect2>
[9d2dc4e2]94
[e95e587f]95 <sect2 role="commands">
96 <title>Command Explanations</title>
[9d2dc4e2]97
[e05cd03f]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]99 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]100
[e05cd03f]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]102 href="../../xincludes/scrollkeeper-dir.xml"/>
[9d2dc4e2]103
[e95e587f]104 </sect2>
[9d2dc4e2]105
[e95e587f]106 <sect2 role="content">
107 <title>Contents</title>
[9d2dc4e2]108
[e95e587f]109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
[929f6f7]113
[e95e587f]114 <seglistitem>
115 <seg>None</seg>
116 <seg>None</seg>
[42e92ca0]117 <seg><envar>$GNOME_PREFIX</envar>/usr/share/{gnome/help/{gnome-access-guide/*,
118 system-admin-guide/*,user-guide/*},omf/{gnome-access-guide,
119 system-admin-guide,user-guide}}</seg>
[e95e587f]120 </seglistitem>
121 </segmentedlist>
[929f6f7]122
[e95e587f]123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
[9d2dc4e2]127
[e95e587f]128 <varlistentry>
129 <term>OMF files</term>
130 <listitem>
131 <para>contain user documentation. These include introductions
132 and help on the core packages.</para>
133 </listitem>
134 </varlistentry>
[9d2dc4e2]135
[e95e587f]136 </variablelist>
[9d2dc4e2]137
[e95e587f]138 </sect2>
[830e87c]139
140</sect1>
Note: See TracBrowser for help on using the repository browser.