ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
libstatgrab
/
docs
/
Makefile.am
Revision:
1.1
Committed:
Tue May 20 13:44:23 2003 UTC
(21 years, 5 months ago) by
tdb
Branch:
MAIN
Log Message:
Allow documentation to be installed to $(datadir)/libstatgrab/docs.
File Contents
#
Content
1
# Makefile for libstatgrab/docs
2
#
http://www.i-scream.org.uk/
3
# $Id$
4
5
DOCS
=
network.txt
6
7
docdir
=
$(
datadir
)
/libstatgrab/doc
8
9
doc_DATA
=
$(
DOCS
)
10
EXTRA_DIST
=
$(
DOCS
)