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

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/docs/statgrab
2     # http://www.i-scream.org/libstatgrab/
3 ats 1.3 # $Id: Makefile.am,v 1.2 2005/11/11 23:37:20 tdb Exp $
4 tdb 1.1
5     if MANPAGES
6 tdb 1.2 if STATGRAB
7 tdb 1.1 man_MANS = statgrab.1 statgrab-make-mrtg-config.1 \
8     statgrab-make-mrtg-index.1
9 tdb 1.2 endif
10 tdb 1.1 endif
11    
12     EXTRA_DIST = $(man_MANS)
13    
14 ats 1.3 .xml.1:
15 tdb 1.1 docbook2man -N --symlinks $<
16