Revision: | 1.2 |
Committed: | Fri Nov 11 23:37:17 2005 UTC (19 years 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/saidar |
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 SAIDAR |
7 | tdb | 1.1 | man_MANS = saidar.1 |
8 | tdb | 1.2 | endif |
9 | tdb | 1.1 | endif |
10 | |||
11 | EXTRA_DIST = $(man_MANS) | ||
12 | |||
13 | %.1: %.xml | ||
14 | docbook2man -N --symlinks $< | ||
15 |