From: Ivailo Monev Date: Sat, 5 Aug 2017 02:24:13 +0000 (+0000) Subject: exclude documentation from source package X-Git-Tag: 4.12.0~6313 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e7bc11cec4e33d88bfabc9d677d1bddae9c2e64;p=kde%2FKatie.git exclude documentation from source package Signed-off-by: Ivailo Monev --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d7e4549..c0006f60e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ set(CPACK_PACKAGE_VERSION_MAJOR "4") set(CPACK_PACKAGE_VERSION_MINOR "9") set(CPACK_PACKAGE_VERSION_PATCH "0") set(CPACK_SET_DESTDIR TRUE) -set(CPACK_SOURCE_IGNORE_FILES "/build/;/minsize/;/.git;${CPACK_SOURCE_IGNORE_FILES}") +set(CPACK_SOURCE_IGNORE_FILES "/build/;/minsize/;/apidocs/;/.git;${CPACK_SOURCE_IGNORE_FILES}") set(CPACK_STRIP_FILES TRUE) if(NOT CMAKE_VERSION VERSION_LESS "3.1.0") set(CPACK_GENERATOR "TXZ")