Merge "man/Makefile.am: add img2webp.1"

This commit is contained in:
James Zern 2018-06-02 17:37:04 +00:00 committed by Gerrit Code Review
commit 895fd28f9b

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