aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-04-18 12:42:46 +0200
committerThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-04-18 12:42:46 +0200
commita6a1675a153e4a246fe9e5e1a14ee59dcad7d605 (patch)
treef047e0c8b033b9fef8598fb1cd0016457edfa255
parent077a860c8b34f6c6a0d6438503164447a8561a12 (diff)
CMake: Exclude man file to be installed into SITE_PACKAGE
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04041b8..2fad8e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,6 +41,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pyside2uic/__init__.py"
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pyside2uic
DESTINATION ${SITE_PACKAGE}
PATTERN "*.in" EXCLUDE
+ PATTERN "*pyside2uic/*.1" EXCLUDE
PATTERN "*pyside2uic/__init__.py" EXCLUDE
PATTERN "*pyside2uic\\__init__.py" EXCLUDE)