]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/man/Makefile.am
Use wxMarkupParser in wxStaticText for dealing with markup.
[wxWidgets.git] / src / tiff / man / Makefile.am
1 # Tag Image File Format (TIFF) Software
2 #
3 # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
4 #
5 # Permission to use, copy, modify, distribute, and sell this software and
6 # its documentation for any purpose is hereby granted without fee, provided
7 # that (i) the above copyright notices and this permission notice appear in
8 # all copies of the software and related documentation, and (ii) the names of
9 # Sam Leffler and Silicon Graphics may not be used in any advertising or
10 # publicity relating to the software without the specific, prior written
11 # permission of Sam Leffler and Silicon Graphics.
12 #
13 # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
14 # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
15 # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
16 #
17 # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
18 # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
19 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
20 # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
21 # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
22 # OF THIS SOFTWARE.
23
24 # Process this file with automake to produce Makefile.in.
25
26 dist_man1_MANS = \
27 bmp2tiff.1 \
28 fax2ps.1 \
29 fax2tiff.1 \
30 gif2tiff.1 \
31 pal2rgb.1 \
32 ppm2tiff.1 \
33 ras2tiff.1 \
34 raw2tiff.1 \
35 rgb2ycbcr.1 \
36 sgi2tiff.1 \
37 thumbnail.1 \
38 tiff2bw.1 \
39 tiff2pdf.1 \
40 tiff2ps.1 \
41 tiff2rgba.1 \
42 tiffcmp.1 \
43 tiffcp.1 \
44 tiffdither.1 \
45 tiffdump.1 \
46 tiffgt.1 \
47 tiffinfo.1 \
48 tiffmedian.1 \
49 tiffset.1 \
50 tiffsplit.1 \
51 tiffsv.1
52
53 dist_man3_MANS = \
54 libtiff.3tiff \
55 TIFFbuffer.3tiff \
56 TIFFClose.3tiff \
57 TIFFcodec.3tiff \
58 TIFFcolor.3tiff \
59 TIFFDataWidth.3tiff \
60 TIFFError.3tiff \
61 TIFFFlush.3tiff \
62 TIFFGetField.3tiff \
63 TIFFmemory.3tiff \
64 TIFFOpen.3tiff \
65 TIFFPrintDirectory.3tiff \
66 TIFFquery.3tiff \
67 TIFFReadDirectory.3tiff \
68 TIFFReadEncodedStrip.3tiff \
69 TIFFReadEncodedTile.3tiff \
70 TIFFReadRawStrip.3tiff \
71 TIFFReadRawTile.3tiff \
72 TIFFReadRGBAImage.3tiff \
73 TIFFReadRGBAStrip.3tiff \
74 TIFFReadRGBATile.3tiff \
75 TIFFReadScanline.3tiff \
76 TIFFReadTile.3tiff \
77 TIFFRGBAImage.3tiff \
78 TIFFSetDirectory.3tiff \
79 TIFFSetField.3tiff \
80 TIFFsize.3tiff \
81 TIFFstrip.3tiff \
82 TIFFswab.3tiff \
83 TIFFtile.3tiff \
84 TIFFWarning.3tiff \
85 TIFFWriteDirectory.3tiff \
86 TIFFWriteEncodedStrip.3tiff \
87 TIFFWriteEncodedTile.3tiff \
88 TIFFWriteRawStrip.3tiff \
89 TIFFWriteRawTile.3tiff \
90 TIFFWriteScanline.3tiff \
91 TIFFWriteTile.3tiff