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

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