GNOME2 User Docs-2.8.1

Introduction to GNOME2 User Docs

The GNOME2 User Docs package contains end user documents for GNOME.

Package Information

GNOME2 User Docs Dependencies

Required

ScrollKeeper-0.3.14

Optional

DocBook-utils-0.6.14

Installation of GNOME2 User Docs

[Note]

Note

The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).

Install GNOME2 User Docs by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --localstatedir=/var/lib &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
{gnome-access-guide,system-admin-guide,user-guide}/C/*.xml

Command Explanations

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: $GNOME_PREFIX/share/gnome/help/[gnome-access-guide,system-admin-guide,user-guide] and $GNOME_PREFIX/share/omf/[gnome2-user-docs,user-guide]

Short Descriptions

OMF files

contain user documentation. These include introductions and help on the core packages.

Last updated on 2005-08-01 13:29:19 -0600