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.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.1/gnome-doc-utils-0.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.1/gnome-doc-utils-0.1.tar.bz2
Download MD5 sum: 5b741eb63e11bc35e81587839e4d4759
Download size: 233 KB
Estimated disk space required: 5.5 MB
Estimated build time: 0.04 SBU
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
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
Last updated on 2005-01-30 06:00:18 -0700