ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
Revision: 1.23
Committed: Sat Mar 6 23:35:20 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_9
Changes since 1.22: +4 -3 lines
Log Message:
Update documentation to know about the new functions and return data.

File Contents

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