| Revision: | 1.3 |
| Committed: | Sat May 24 22:30:32 2008 UTC (17 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. |
| # | Content |
|---|---|
| 1 | # Makefile for libstatgrab/docs/statgrab |
| 2 | # http://www.i-scream.org/libstatgrab/ |
| 3 | # $Id: Makefile.am,v 1.2 2005/11/11 23:37:20 tdb Exp $ |
| 4 | |
| 5 | if MANPAGES |
| 6 | if STATGRAB |
| 7 | man_MANS = statgrab.1 statgrab-make-mrtg-config.1 \ |
| 8 | statgrab-make-mrtg-index.1 |
| 9 | endif |
| 10 | endif |
| 11 | |
| 12 | EXTRA_DIST = $(man_MANS) |
| 13 | |
| 14 | .xml.1: |
| 15 | docbook2man -N --symlinks $< |
| 16 |