ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
Revision: 1.25
Committed: Sun May 2 17:39:19 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.24: +5 -5 lines
Log Message:
Another pass, finish off the main page and fix a few problems.

Still to document: process stats (new stuff), error stuff, and some fs
related stuff.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/docs
2 tdb 1.22 # http://www.i-scream.org/libstatgrab/
3 tdb 1.25 # $Id: Makefile.am,v 1.24 2004/05/02 17:21:35 tdb Exp $
4 tdb 1.1
5 tdb 1.21 if MANPAGES
6 tdb 1.25 man_MANS = sg_get_cpu_stats.3 sg_get_cpu_stats_diff.3 \
7     sg_get_cpu_percents.3 sg_get_disk_io_stats.3 \
8 tdb 1.24 sg_get_disk_io_stats_diff.3 sg_get_host_info.3 \
9 tdb 1.25 sg_get_load_stats.3 sg_get_mem_stats.3 sg_get_swap_stats.3 \
10 tdb 1.24 sg_get_network_iface_stats.3 sg_get_network_io_stats.3 \
11     sg_get_network_io_stats_diff.3 sg_get_page_stats.3 \
12     sg_get_page_stats_diff.3 sg_get_process_count.3 \
13 tdb 1.25 sg_get_user_stats.3 statgrab.3
14 tdb 1.21 endif
15 tdb 1.16
16 tdb 1.19 EXTRA_DIST = $(man_MANS)
17 tdb 1.11
18     %.3: %.xml
19     docbook2man -N --symlinks $<
20