New patch for man page generation.

This commit is contained in:
Richard Shaw 2017-01-04 10:20:30 -06:00
parent cabde45fd9
commit 667a749e2f
1 changed files with 12 additions and 0 deletions

12
OpenImageIO-man.patch Normal file
View File

@ -0,0 +1,12 @@
--- a/src/doc/CMakeLists.txt
+++ b/src/doc/CMakeLists.txt
@@ -19,8 +19,7 @@ if (UNIX AND TXT2MAN AND PYTHONINTERP_FO
message (STATUS "Unix man page documentation will be generated")
set (cli_tools oiiotool iinfo maketx idiff igrep iconvert)
- find_program (IV_FOUND iv)
- if (IV_FOUND)
+ if (TARGET iv)
list (APPEND cli_tools iv)
endif()