summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-11-04 15:27:34 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-11-04 15:27:34 +0000
commitca1310245b97ca8b776e49827bfb91fa6a60376f (patch)
tree9b3183c07051d34eaf976850af04b0fd8a2d0d52 /Makefile.am
parent379037c32279beb5729e9f442a1919bd1345e04f (diff)
downloadlibtiff-git-ca1310245b97ca8b776e49827bfb91fa6a60376f.tar.gz
Added installation of documentation pages.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index cbd6aace..81370dc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,20 +23,26 @@
# Process this file with automake to produce Makefile.in.
+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
+
AUTOMAKE_OPTIONS = dist-zip foreign
-EXTRA_DIST = \
+docfiles = \
COPYRIGHT \
ChangeLog \
- HOWTO-RELEASE \
- Makefile.vc \
README \
RELEASE-DATE \
TODO \
- VERSION \
+ VERSION
+
+EXTRA_DIST = \
+ HOWTO-RELEASE \
+ Makefile.vc \
autogen.sh \
nmake.opt
+dist_doc_DATA = $(docfiles)
+
SUBDIRS = port libtiff tools contrib test man html
release: