ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
Revision: 1.21
Committed: Sat Oct 4 16:05:56 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8, LIBSTATGRAB_0_7, LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_6
Changes since 1.20: +3 -1 lines
Log Message:
Add all the build stuff for saidar (assuming Pete sticks with that
name). The configure script will attempt to find curses, but if it
can't will simply disable building of saidar (after giving a warning).

Also made the building of saidar, statgrab, and the examples
conditional. They're enabled by default, but can be disabled using a
configure flag. Whilst I was at it, added a configure flag to disable
manpage installation at configure time.

I'm not sure how well the curses detection works; we've had at least
one report of a problem with it. Testing will be required.

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.21 # $Id: Makefile.am,v 1.20 2003/10/02 17:38:03 tdb Exp $
4 tdb 1.1
5 tdb 1.21 if MANPAGES
6 tdb 1.12 man_MANS = get_load_stats.3 get_general_stats.3 cpu_percent_usage.3 \
7 tdb 1.13 get_cpu_totals.3 get_cpu_diff.3 get_network_stats.3 \
8 tdb 1.14 get_network_stats_diff.3 get_diskio_stats.3 \
9 tdb 1.16 get_diskio_stats_diff.3 get_user_stats.3 get_page_stats.3 \
10 tdb 1.18 get_page_stats_diff.3 get_process_stats.3 \
11 tdb 1.20 get_memory_stats.3 get_swap_stats.3 statgrab.3
12 tdb 1.21 endif
13 tdb 1.16
14 tdb 1.19 EXTRA_DIST = $(man_MANS)
15 tdb 1.11
16     %.3: %.xml
17     docbook2man -N --symlinks $<
18