Makefile.am 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. # Process this file with automake to produce Makefile.in.
  25. docdir = $(LIBTIFF_DOCDIR)/html
  26. docfiles = \
  27. addingtags.html \
  28. bugs.html \
  29. build.html \
  30. contrib.html \
  31. document.html \
  32. images.html \
  33. index.html \
  34. internals.html \
  35. intro.html \
  36. libtiff.html \
  37. misc.html \
  38. support.html \
  39. TIFFTechNote2.html \
  40. tools.html \
  41. v3.4beta007.html \
  42. v3.4beta016.html \
  43. v3.4beta018.html \
  44. v3.4beta024.html \
  45. v3.4beta028.html \
  46. v3.4beta029.html \
  47. v3.4beta031.html \
  48. v3.4beta032.html \
  49. v3.4beta033.html \
  50. v3.4beta034.html \
  51. v3.4beta035.html \
  52. v3.4beta036.html \
  53. v3.5.1.html \
  54. v3.5.2.html \
  55. v3.5.3.html \
  56. v3.5.4.html \
  57. v3.5.5.html \
  58. v3.5.6-beta.html \
  59. v3.5.7.html \
  60. v3.6.0.html \
  61. v3.6.1.html \
  62. v3.7.0alpha.html \
  63. v3.7.0beta.html \
  64. v3.7.0beta2.html \
  65. v3.7.0.html \
  66. v3.7.1.html \
  67. v3.7.2.html \
  68. v3.7.3.html \
  69. v3.7.4.html \
  70. v3.8.0.html \
  71. v3.8.1.html \
  72. v3.8.2.html \
  73. v3.9.0beta.html \
  74. v3.9.1.html \
  75. v3.9.2.html \
  76. v4.0.0.html \
  77. v4.0.1.html \
  78. v4.0.2.html
  79. dist_doc_DATA = $(docfiles)
  80. SUBDIRS = images man