ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
(Generate patch)

Comparing projects/libstatgrab/docs/Makefile.am (file contents):
Revision 1.18 by tdb, Thu Oct 2 16:20:23 2003 UTC vs.
Revision 1.25 by tdb, Sun May 2 17:39:19 2004 UTC

# Line 1 | Line 1
1   # Makefile for libstatgrab/docs
2 < # http://www.i-scream.org/
2 > # http://www.i-scream.org/libstatgrab/
3   # $Id$
4  
5 < DOCS = network.txt diskio.txt load_average.txt process_stats.txt os_stats.txt vm_stats.txt user_list.txt cpu.txt page_stat.txt
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_load_stats.3 sg_get_mem_stats.3 sg_get_swap_stats.3 \
10 >           sg_get_network_iface_stats.3 sg_get_network_io_stats.3 \
11 >           sg_get_network_io_stats_diff.3 sg_get_page_stats.3 \
12 >           sg_get_page_stats_diff.3 sg_get_process_count.3 \
13 >           sg_get_user_stats.3 statgrab.3
14 > endif
15  
16 < man_MANS = get_load_stats.3 get_general_stats.3 cpu_percent_usage.3 \
8 <           get_cpu_totals.3 get_cpu_diff.3 get_network_stats.3 \
9 <           get_network_stats_diff.3 get_diskio_stats.3 \
10 <           get_diskio_stats_diff.3 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
13 <
14 <
15 < docdir = $(datadir)/doc/libstatgrab
16 <
17 < doc_DATA = $(DOCS)
18 < EXTRA_DIST = $(DOCS) $(man_MANS)
16 > EXTRA_DIST = $(man_MANS)
17  
18   %.3: %.xml
19          docbook2man -N --symlinks $<

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines