Yelp-2.6.4

Introduction to Yelp

The Yelp package contains the help browser. This is useful for viewing help files.

Package information

Yelp dependencies

Recommended

GNOME Doc Utils-0.1 (required for XSLT transformations)

Installation of Yelp

Install Yelp by running the following commands:

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

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

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

Contents

The Yelp package contains yelp.

Description

yelp

yelp is the GNOME help browser.

Last updated on 2005-01-11 08:54:22 -0700