ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/saidar/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/saidar
2     # http://www.i-scream.org/libstatgrab/
3     # $Id$
4    
5     if MANPAGES
6     man_MANS = saidar.1
7     endif
8    
9     EXTRA_DIST = $(man_MANS)
10    
11     %.1: %.xml
12     docbook2man -N --symlinks $<
13