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
469 B
Plaintext
13 lines
469 B
Plaintext
$OpenBSD: patch-html_man_Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
|
|
--- html/man/Makefile.in.orig Tue Jul 5 18:38:04 2005
|
|
+++ html/man/Makefile.in Wed Jul 13 18:52:48 2005
|
|
@@ -218,7 +218,7 @@ target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-docdir = $(LIBTIFF_DOCDIR)/html/man
|
|
+docdir = $(LIBTIFF_DOCDIR)/man
|
|
MANSRCDIR = $(top_srcdir)/man
|
|
GROFF = groff -Thtml -mandoc
|
|
indexfile = index.html
|