Revision: | 1.2 |
Committed: | Fri Nov 11 23:37:20 2005 UTC (18 years, 11 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13 |
Changes since 1.1: | +3 -1 lines |
Log Message: | If configure options used not to install tools then don't install manpages for them either. Noticed by looking at NetBSD pkg :-) |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/docs/statgrab |
2 | # http://www.i-scream.org/libstatgrab/ | ||
3 | tdb | 1.2 | # $Id: Makefile.am,v 1.1 2005/04/25 12:37:22 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 | %.1: %.xml | ||
15 | docbook2man -N --symlinks $< | ||
16 |