1#
2# Tag Image File Format (TIFF) Software
3#
4# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
5#
6# Permission to use, copy, modify, distribute, and sell this software and
7# its documentation for any purpose is hereby granted without fee, provided
8# that (i) the above copyright notices and this permission notice appear in
9# all copies of the software and related documentation, and (ii) the names of
10# Sam Leffler and Silicon Graphics may not be used in any advertising or
11# publicity relating to the software without the specific, prior written
12# permission of Sam Leffler and Silicon Graphics.
13#
14# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
15# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
16# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
17#
18# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
19# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
20# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
21# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
22# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
23# OF THIS SOFTWARE.
24
25# Process this file with automake to produce Makefile.in.
26
27docdir = $(LIBTIFF_DOCDIR)/html
28
29docfiles = \
30	addingtags.html \
31	bugs.html \
32	build.html \
33	contrib.html \
34	document.html \
35	images.html \
36	index.html \
37	internals.html \
38	intro.html \
39	libtiff.html \
40	misc.html \
41	support.html \
42	TIFFTechNote2.html \
43	tools.html \
44	v3.4beta007.html \
45	v3.4beta016.html \
46	v3.4beta018.html \
47	v3.4beta024.html \
48	v3.4beta028.html \
49	v3.4beta029.html \
50	v3.4beta031.html \
51	v3.4beta032.html \
52	v3.4beta033.html \
53	v3.4beta034.html \
54	v3.4beta035.html \
55	v3.4beta036.html \
56	v3.5.1.html \
57	v3.5.2.html \
58	v3.5.3.html \
59	v3.5.4.html \
60	v3.5.5.html \
61	v3.5.6-beta.html \
62	v3.5.7.html \
63	v3.6.0.html \
64	v3.6.1.html \
65	v3.7.0alpha.html \
66	v3.7.0beta.html \
67	v3.7.0beta2.html \
68	v3.7.0.html \
69	v3.7.1.html \
70	v3.7.2.html \
71	v3.7.3.html \
72	v3.7.4.html \
73	v3.8.0.html \
74	v3.8.1.html \
75	v3.8.2.html \
76	v3.9.0beta.html \
77	v3.9.1.html \
78	v3.9.2.html \
79	v4.0.0.html \
80	v4.0.1.html \
81	v4.0.2.html \
82	v4.0.3.html \
83	v4.0.4beta.html \
84	v4.0.4.html \
85	v4.0.5.html \
86	v4.0.6.html \
87	v4.0.7.html \
88	v4.0.8.html \
89	v4.0.9.html
90
91dist_doc_DATA = $(docfiles)
92
93SUBDIRS = images man
94
95EXTRA_DIST = \
96	CMakeLists.txt
97