Revision: | 1.6 |
Committed: | Sun Aug 24 20:24:08 2003 UTC (21 years, 2 months ago) by tdb |
Branch: | MAIN |
Changes since 1.5: | +2 -2 lines |
Log Message: | Tidy up of lots of little things. :) |
# | Content |
---|---|
1 | # Makefile for libstatgrab/docs |
2 | # http://www.i-scream.org/ |
3 | # $Id: Makefile.am,v 1.5 2003/08/24 16:18:19 tdb Exp $ |
4 | |
5 | DOCS = network.txt diskio.txt load_average.txt process_stats.txt os_stats.txt vm_stats.txt |
6 | |
7 | docdir = $(datadir)/libstatgrab/doc |
8 | |
9 | doc_DATA = $(DOCS) |
10 | EXTRA_DIST = $(DOCS) |