gnome-doc-utils-0.20.10

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.

This package is known to build and work properly using an LFS-7.2 platform.

Package Information

GNOME Doc Utils Dependencies

Required

Intltool-0.50.2, libxslt-1.1.28, Python-2.7.5 (Required to be installed prior to libxml2-2.9.1) and which-2.20

Recommended

Rarian is listed as recommended even though GNOME Doc Utils will build fine without it. If you don't install Rarian (and you pass the the appropriate flag to the configure command so that it will build without it), functionality will be missing that is expected later in other GNOME packages.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-doc-utils

Installation of GNOME Doc Utils

Install GNOME Doc Utils by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: gnome-doc-prepare, gnome-doc-tool and xml2po
Installed Libraries: None
Installed Directories: /usr/lib/python2.7/site-packages/xml2po, /usr/share/gnome-doc-utils, /usr/share/xml/gnome, /usr/share/xml/mallard, /usr/share/gnome/help/gnome-doc-make and /usr/share/gnome/help/gnome-doc-xslt
Installed Stylesheets: Custom DocBook XSLT stylesheets

Short Descriptions

gnome-doc-prepare

prepares a package to use GNOME Doc Utils.

gnome-doc-tool

is used to convert documents to either HTML or XHTML.

xml2po

is a Python script used to translate XML documents.

Last updated on 2013-02-11 18:51:17 +0000