ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/statgrab/Makefile.am
Revision: 1.1
Committed: Mon Apr 25 12:37:22 2005 UTC (19 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_12
Log Message:
Add manpages for the various tools.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/docs/statgrab
2     # http://www.i-scream.org/libstatgrab/
3     # $Id$
4    
5     if MANPAGES
6     man_MANS = statgrab.1 statgrab-make-mrtg-config.1 \
7     statgrab-make-mrtg-index.1
8     endif
9    
10     EXTRA_DIST = $(man_MANS)
11    
12     %.1: %.xml
13     docbook2man -N --symlinks $<
14