Revision: | 1.10 |
Committed: | Mon Aug 25 12:41:38 2003 UTC (21 years, 2 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_5_1, LIBSTATGRAB_0_5 |
Changes since 1.9: | +2 -2 lines |
Log Message: | Ready for the next release. - Update NEWS with details of new release. (FreeBSD bug fix, new docs, new examples) - Update version number to 0.5. - Update shared library version. - Move docs directory to more sensible place. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/docs |
2 | tdb | 1.2 | # http://www.i-scream.org/ |
3 | tdb | 1.10 | # $Id: Makefile.am,v 1.9 2003/08/24 21:59:09 tdb Exp $ |
4 | tdb | 1.1 | |
5 | tdb | 1.9 | DOCS = network.txt diskio.txt load_average.txt process_stats.txt os_stats.txt vm_stats.txt user_list.txt cpu.txt page_stat.txt |
6 | tdb | 1.1 | |
7 | tdb | 1.10 | docdir = $(datadir)/doc/libstatgrab |
8 | tdb | 1.1 | |
9 | doc_DATA = $(DOCS) | ||
10 | EXTRA_DIST = $(DOCS) |