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