--- projects/libstatgrab/docs/Makefile.am 2003/10/02 16:30:54 1.19 +++ projects/libstatgrab/docs/Makefile.am 2004/01/19 16:49:18 1.22 @@ -1,13 +1,15 @@ # Makefile for libstatgrab/docs -# http://www.i-scream.org/ -# $Id: Makefile.am,v 1.19 2003/10/02 16:30:54 tdb Exp $ +# http://www.i-scream.org/libstatgrab/ +# $Id: Makefile.am,v 1.22 2004/01/19 16:49:18 tdb Exp $ +if MANPAGES man_MANS = get_load_stats.3 get_general_stats.3 cpu_percent_usage.3 \ get_cpu_totals.3 get_cpu_diff.3 get_network_stats.3 \ get_network_stats_diff.3 get_diskio_stats.3 \ get_diskio_stats_diff.3 get_user_stats.3 get_page_stats.3 \ get_page_stats_diff.3 get_process_stats.3 \ - get_memory_stats.3 get_swap_stats.3 + get_memory_stats.3 get_swap_stats.3 statgrab.3 +endif EXTRA_DIST = $(man_MANS)