Revision: | 1.3 |
Committed: | Sat May 24 22:30:31 2008 UTC (16 years, 5 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. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/docs/saidar |
2 | # http://www.i-scream.org/libstatgrab/ | ||
3 | ats | 1.3 | # $Id: Makefile.am,v 1.2 2005/11/11 23:37:17 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 | ats | 1.3 | .xml.1: |
14 | tdb | 1.1 | docbook2man -N --symlinks $< |
15 |