ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/Makefile.am
Revision: 1.4
Committed: Thu Aug 21 22:32:29 2003 UTC (20 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
Add the load stats to the Makefile.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/docs
2 tdb 1.2 # http://www.i-scream.org/
3 tdb 1.4 # $Id: Makefile.am,v 1.3 2003/06/05 16:02:43 tdb Exp $
4 tdb 1.1
5 tdb 1.4 DOCS = network.txt diskio.txt load_average.txt
6 tdb 1.1
7     docdir = $(datadir)/libstatgrab/doc
8    
9     doc_DATA = $(DOCS)
10     EXTRA_DIST = $(DOCS)