Added tiff2rgba.1.

This commit is contained in:
Frank Warmerdam 2001-06-13 15:25:35 +00:00
parent f84737906e
commit f11ebe5337
2 changed files with 6 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \