aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2018-06-01 19:25:53 -0700
committerJames Zern <jzern@google.com>2018-06-01 19:25:53 -0700
commit5cf3e2afb5cd69c6cf2c9591e78f8a65ebb49fa1 (patch)
tree50f3c2715e0a87ca599e86e00e7cf78a1a960c0c /man
parent71ed73cf86132394ea25ae9c7ed431e0d71043f5 (diff)
downloadwebp-5cf3e2afb5cd69c6cf2c9591e78f8a65ebb49fa1.tar.gz
man/Makefile.am: add img2webp.1
Change-Id: I83ed6e85d36b79e6a97b93221fadb7d35e2305c5
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a7ef77f3..fc91329f 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -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