From: Vadim Pisarevsky Date: Wed, 16 Mar 2011 14:28:05 +0000 (+0000) Subject: temporarily comment off installation of the PDF documents during "make install" X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~7626 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6eb12c8ddb4a90ade218755f865bb0e4c3ec651;p=platform%2Fupstream%2Fopencv.git temporarily comment off installation of the PDF documents during "make install" --- diff --git a/docroot/opencv1/CMakeLists.txt b/docroot/opencv1/CMakeLists.txt index 74b8a89..a5d2a5f 100644 --- a/docroot/opencv1/CMakeLists.txt +++ b/docroot/opencv1/CMakeLists.txt @@ -17,4 +17,4 @@ add_custom_target(refman1 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating the OpenCV 1.x Reference Manual") -install(FILES ${CURRENT_BINARY_DIR}/opencv1x.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) +#install(FILES ${CURRENT_BINARY_DIR}/opencv1x.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) diff --git a/docroot/opencv2/CMakeLists.txt b/docroot/opencv2/CMakeLists.txt index bfe9536..2884bd6 100644 --- a/docroot/opencv2/CMakeLists.txt +++ b/docroot/opencv2/CMakeLists.txt @@ -15,4 +15,4 @@ add_custom_target(refman WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating the OpenCV Reference Manual") -install(FILES ${CURRENT_BINARY_DIR}/opencv.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) +#install(FILES ${CURRENT_BINARY_DIR}/opencv.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main)