GNOME Doc Utils-0.1

Introduction to GNOME Doc Utils

The GNOME Doc Utils package is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. Starting with GNOME 2.8, Yelp will require GNOME Doc Utils for the XSLT.

Package information

GNOME Doc Utils dependencies

Installation of GNOME Doc Utils

Install GNOME Doc Utils by running the following commands:

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

Now, as the root user:

make install

Command explanations

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

Contents

Installed Programs: xml2po
Installed Libraries: None
Installed Directories: $GNOME_PREFIX/share/gnome-doc-utils, $GNOME_PREFIX/share/gnome/help/gnome-doc-xslt, $GNOME_PREFIX/share/omf/gnome-doc-make, $GNOME_PREFIX/share/omf/gnome-doc-xslt, $GNOME_PREFIX/share/xml and $GNOME_PREFIX/share/xml2po
Installed Stylesheets: Custom DocBook XSLT stylesheets used by Yelp

Short Descriptions

xml2po

is a Python script used to translate XML documents.

Last updated on 2005-01-30 06:00:18 -0700