summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerouault <erouault>2016-12-03 15:39:49 +0000
committererouault <erouault>2016-12-03 15:39:49 +0000
commitb17885b7b736d60a62090fd31ec81ee65b5caf87 (patch)
treeb34317669597316942c5ce818e9456b2ef8b82a8
parent7da626719624de412946bf113621e4941666ee3f (diff)
downloadlibtiff-b17885b7b736d60a62090fd31ec81ee65b5caf87.tar.gz
* man/Makefile.am: remove thumbnail.1 and rgb2ycbcr.1 from installed man
pages since the corresponding utilities are no longer installed. Reported by Havard Eidnes Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2606
-rw-r--r--ChangeLog7
-rw-r--r--man/Makefile.am9
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index fb9fc0e5..ac2d9223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-12-03 Even Rouault <even.rouault at spatialys.com>
+ * man/Makefile.am: remove thumbnail.1 and rgb2ycbcr.1 from installed man
+ pages since the corresponding utilities are no longer installed.
+ Reported by Havard Eidnes
+ Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2606
+
+2016-12-03 Even Rouault <even.rouault at spatialys.com>
+
* tools/tif_dir.c: when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called,
limit the return number of inks to SamplesPerPixel, so that code that parses
ink names doesn't go past the end of the buffer.
diff --git a/man/Makefile.am b/man/Makefile.am
index 931f71db..0fe9e4d0 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -24,17 +24,11 @@
# Process this file with automake to produce Makefile.in.
dist_man1_MANS = \
- bmp2tiff.1 \
fax2ps.1 \
fax2tiff.1 \
- gif2tiff.1 \
pal2rgb.1 \
ppm2tiff.1 \
- ras2tiff.1 \
raw2tiff.1 \
- rgb2ycbcr.1 \
- sgi2tiff.1 \
- thumbnail.1 \
tiff2bw.1 \
tiff2pdf.1 \
tiff2ps.1 \
@@ -48,8 +42,7 @@ dist_man1_MANS = \
tiffinfo.1 \
tiffmedian.1 \
tiffset.1 \
- tiffsplit.1 \
- tiffsv.1
+ tiffsplit.1
dist_man3_MANS = \
libtiff.3tiff \