520b48f4f7
Major changes: * Replace runtime endianess check with the compile time one. * Added support for the new predictor type (floating point predictor), defined at the TIFF Technical Note 3. * Added Support for custom tags, passed by value. Added support for all DNG tags.
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
$OpenBSD: patch-html_Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
|
|
--- html/Makefile.in.orig Tue Jul 5 18:38:04 2005
|
|
+++ html/Makefile.in Wed Jul 13 18:52:48 2005
|
|
@@ -229,7 +229,7 @@ target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-docdir = $(LIBTIFF_DOCDIR)/html
|
|
+docdir = $(LIBTIFF_DOCDIR)
|
|
docfiles = \
|
|
addingtags.html \
|
|
bugs.html \
|