summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2001-06-13 15:26:44 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2001-06-13 15:26:44 +0000
commit08e3df075318c59cbebf35b4634291c7b02ec99b (patch)
treeb80e5793b47bce9121f9fd73c043457b58c4d60e /man
parentf11ebe5337ea11076cbf7da07ad1ad3d4cfd94df (diff)
downloadlibtiff-git-08e3df075318c59cbebf35b4634291c7b02ec99b.tar.gz
Added tiff2rgba in missing spot.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 805553d0..13eb6eb9 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -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}