ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
Revision: 1.20
Committed: Thu Oct 2 17:38:03 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.19: +2 -2 lines
Log Message:
Add a central page statgrab(3) which links all the functions together. Add
a link in the See Also section of each manual page back to the central one.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/docs
2 tdb 1.2 # http://www.i-scream.org/
3 tdb 1.20 # $Id: Makefile.am,v 1.19 2003/10/02 16:30:54 tdb Exp $
4 tdb 1.1
5 tdb 1.12 man_MANS = get_load_stats.3 get_general_stats.3 cpu_percent_usage.3 \
6 tdb 1.13 get_cpu_totals.3 get_cpu_diff.3 get_network_stats.3 \
7 tdb 1.14 get_network_stats_diff.3 get_diskio_stats.3 \
8 tdb 1.16 get_diskio_stats_diff.3 get_user_stats.3 get_page_stats.3 \
9 tdb 1.18 get_page_stats_diff.3 get_process_stats.3 \
10 tdb 1.20 get_memory_stats.3 get_swap_stats.3 statgrab.3
11 tdb 1.16
12 tdb 1.19 EXTRA_DIST = $(man_MANS)
13 tdb 1.11
14     %.3: %.xml
15     docbook2man -N --symlinks $<
16