man/Makefile.am: add img2webp.1

Change-Id: I83ed6e85d36b79e6a97b93221fadb7d35e2305c5
This commit is contained in:
James Zern 2018-06-01 19:25:53 -07:00
parent 71ed73cf86
commit 5cf3e2afb5

View File

@ -5,6 +5,9 @@ endif
if BUILD_GIF2WEBP
man_MANS += gif2webp.1
endif
if BUILD_IMG2WEBP
man_MANS += img2webp.1
endif
if BUILD_VWEBP
man_MANS += vwebp.1
endif