ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/saidar/Makefile.am
Revision: 1.2
Committed: Fri Nov 11 23:37:17 2005 UTC (18 years, 6 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 :-)

File Contents

# Content
1 # Makefile for libstatgrab/docs/saidar
2 # http://www.i-scream.org/libstatgrab/
3 # $Id: Makefile.am,v 1.1 2005/04/25 12:37:22 tdb Exp $
4
5 if MANPAGES
6 if SAIDAR
7 man_MANS = saidar.1
8 endif
9 endif
10
11 EXTRA_DIST = $(man_MANS)
12
13 %.1: %.xml
14 docbook2man -N --symlinks $<
15