xref: /aosp_15_r20/external/webp/man/Makefile.am (revision b2055c353e87c8814eb2b6b1b11112a1562253bd)
1man_MANS = cwebp.1 dwebp.1
2if BUILD_MUX
3  man_MANS += webpmux.1
4endif
5if BUILD_GIF2WEBP
6  man_MANS += gif2webp.1
7endif
8if BUILD_IMG2WEBP
9  man_MANS += img2webp.1
10endif
11if BUILD_VWEBP
12  man_MANS += vwebp.1
13endif
14if BUILD_WEBPINFO
15  man_MANS += webpinfo.1
16endif
17EXTRA_DIST = $(man_MANS)
18