ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/libstatgrab/Makefile.am
Revision: 1.2
Committed: Sat May 24 22:30:28 2008 UTC (15 years, 11 months ago) by ats
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, HEAD
Changes since 1.1: +2 -3 lines
Log Message:
Avoid a GNU-make-ism in the docs.

File Contents

# Content
1 # Makefile for libstatgrab/docs/libstatgrab
2 # http://www.i-scream.org/libstatgrab/
3 # $Id: Makefile.am,v 1.1 2005/04/25 12:37:21 tdb Exp $
4
5 if MANPAGES
6 man_MANS = sg_get_cpu_stats.3 sg_get_cpu_stats_diff.3 \
7 sg_get_cpu_percents.3 sg_get_disk_io_stats.3 \
8 sg_get_disk_io_stats_diff.3 sg_get_host_info.3 \
9 sg_get_fs_stats.3 sg_get_load_stats.3 \
10 sg_get_mem_stats.3 sg_get_swap_stats.3 \
11 sg_get_network_iface_stats.3 sg_get_network_io_stats.3 \
12 sg_get_network_io_stats_diff.3 sg_get_page_stats.3 \
13 sg_get_page_stats_diff.3 sg_get_process_stats.3 \
14 sg_get_process_count.3 sg_get_user_stats.3 statgrab.3
15 endif
16
17 EXTRA_DIST = $(man_MANS)
18
19 .xml.3:
20 docbook2man -N --symlinks $<