Added tiff2rgba in missing spot.

This commit is contained in:
Frank Warmerdam 2001-06-13 15:26:44 +00:00
parent f11ebe5337
commit 08e3df0753

View File

@ -1,5 +1,5 @@
#! smake
# $Header: /cvs/maptools/cvsroot/libtiff/man/Makefile.in,v 1.6 2001-06-13 15:26:06 warmerda Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/man/Makefile.in,v 1.7 2001-06-13 15:26:44 warmerda Exp $
#
# @WARNING@
#
@ -228,6 +228,7 @@ apps/rgb2ycbcr.1:: ${SRCDIR}/rgb2ycbcr.1; ${MANCVT}
apps/sgi2tiff.1:: ${SRCDIR}/sgi2tiff.1; ${MANCVT}
apps/thumbnail.1:: ${SRCDIR}/thumbnail.1; ${MANCVT}
apps/tiff2bw.1:: ${SRCDIR}/tiff2bw.1; ${MANCVT}
apps/tiff2rgba.1:: ${SRCDIR}/tiff2rgba.1; ${MANCVT}
apps/tiff2ps.1:: ${SRCDIR}/tiff2ps.1; ${MANCVT}
apps/tiffcmp.1:: ${SRCDIR}/tiffcmp.1; ${MANCVT}
apps/tiffcp.1:: ${SRCDIR}/tiffcp.1; ${MANCVT}