Add a man page for webpinfo

BUG=webp:330

Change-Id: I7b02274401c935affa173a49a883a39272b6dcc3
This commit is contained in:
hui su
2017-05-09 16:12:34 -07:00
parent 4d7084350e
commit d63e6f4b23
4 changed files with 85 additions and 3 deletions

View File

@ -316,8 +316,10 @@ install(
)
# Install the man pages.
set(MAN_PAGES cwebp.1 dwebp.1 gif2webp.1 img2webp.1 vwebp.1 webpmux.1)
set(EXEC_BUILDS "CWEBP" "DWEBP" "GIF2WEBP" "IMG2WEBP" "VWEBP" "WEBPMUX")
set(MAN_PAGES cwebp.1 dwebp.1 gif2webp.1 img2webp.1 vwebp.1 webpmux.1
webpinfo.1)
set(EXEC_BUILDS "CWEBP" "DWEBP" "GIF2WEBP" "IMG2WEBP" "VWEBP" "WEBPMUX"
"WEBPINFO")
list(LENGTH MAN_PAGES MAN_PAGES_LENGTH)
math(EXPR MAN_PAGES_RANGE "${MAN_PAGES_LENGTH} - 1")