Revision: | 1.3 |
Committed: | Thu Jun 5 16:02:43 2003 UTC (21 years, 5 months ago) by tdb |
Branch: | MAIN |
Changes since 1.2: | +2 -2 lines |
Log Message: | Proof read and slightly alter diskio.txt and network.txt. Also add diskio.txt to the Makefile. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libstatgrab/docs |
2 | tdb | 1.2 | # http://www.i-scream.org/ |
3 | tdb | 1.3 | # $Id: Makefile.am,v 1.2 2003/05/20 13:57:48 tdb Exp $ |
4 | tdb | 1.1 | |
5 | tdb | 1.3 | DOCS = network.txt diskio.txt |
6 | tdb | 1.1 | |
7 | docdir = $(datadir)/libstatgrab/doc | ||
8 | |||
9 | doc_DATA = $(DOCS) | ||
10 | EXTRA_DIST = $(DOCS) |