From b6eb12c8ddb4a90ade218755f865bb0e4c3ec651 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 16 Mar 2011 14:28:05 +0000 Subject: [PATCH] temporarily comment off installation of the PDF documents during "make install" --- docroot/opencv1/CMakeLists.txt | 2 +- docroot/opencv2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.7.4