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.
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
$OpenBSD: patch-man_Makefile_in,v 1.6 2005/07/17 20:54:36 naddy Exp $
|
|
--- man/Makefile.in.orig Tue Jul 5 18:38:13 2005
|
|
+++ man/Makefile.in Wed Jul 13 18:52:48 2005
|
|
@@ -382,7 +382,6 @@ install-man3: $(man3_MANS) $(man_MANS)
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
case "$$ext" in \
|
|
- 3*) ;; \
|
|
*) ext='3' ;; \
|
|
esac; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|