From f11ebe5337ea11076cbf7da07ad1ad3d4cfd94df Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 13 Jun 2001 15:25:35 +0000 Subject: [PATCH] Added tiff2rgba.1. --- Makefile.in | 5 ++++- man/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 52ce8f65..32939f04 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #! smake -# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.20 2001-04-06 02:53:24 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.21 2001-06-13 15:25:35 warmerda Exp $ # # @WARNING@ # @@ -163,6 +163,7 @@ TIFFFILES=\ libtiff/tif_flush.c \ libtiff/tif_getimage.c \ libtiff/tif_jpeg.c \ + libtiff/tif_ojpeg.c \ libtiff/tif_luv.c \ libtiff/tif_lzw.c \ libtiff/tif_msdos.c \ @@ -217,6 +218,7 @@ TIFFFILES=\ tools/tiffinfo.c \ tools/tiffmedian.c \ tools/tiffsplit.c \ + tools/tiffset.c \ tools/ycbcr.c \ man/Makefile.in \ man/fax2tiff.1 \ @@ -229,6 +231,7 @@ TIFFFILES=\ man/sgi2tiff.1 \ man/thumbnail.1 \ man/tiff2bw.1 \ + man/tiff2rgba.1 \ man/tiff2ps.1 \ man/tiffcmp.1 \ man/tiffcp.1 \ diff --git a/man/Makefile.in b/man/Makefile.in index 1d3983b4..805553d0 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,5 +1,5 @@ #! smake -# $Header: /cvs/maptools/cvsroot/libtiff/man/Makefile.in,v 1.5 2001-04-06 03:02:33 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/man/Makefile.in,v 1.6 2001-06-13 15:26:06 warmerda Exp $ # # @WARNING@ # @@ -96,6 +96,7 @@ MANTOOLS=\ apps/sgi2tiff.1 \ apps/thumbnail.1 \ apps/tiff2bw.1 \ + apps/tiff2rgba.1 \ apps/tiff2ps.1 \ apps/tiffcmp.1 \ apps/tiffcp.1 \