Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-07-18 01:11:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-18 01:11:04 +0400
commit40078f22b2af06ccf9b4e5c9d18d4865408e04d5 (patch)
treeee0f3c003286fe774c717fb9442a1cb2aba1c608 /source/creator
parent2b408cab4eb955bcb17efbfa5813ae1b33267f13 (diff)
CMake on unix
- install manpage into the correct location defined: http://www.pathname.com/fhs/2.2/fhs-4.11.html - dont copy pyc files from release/scripts
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 812c001a2bb..3f62f4267a9 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -200,8 +200,12 @@ IF(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps
)
INSTALL(
+ PROGRAMS ${CMAKE_SOURCE_DIR}/release/freedesktop/blender-thumbnailer.py
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
+ )
+ INSTALL(
FILES ${CMAKE_SOURCE_DIR}/doc/blender.1
- DESTINATION ${CMAKE_INSTALL_PREFIX}/man
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1
)
INSTALL(
DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
@@ -212,6 +216,7 @@ IF(WITH_INSTALL)
DIRECTORY ${CMAKE_SOURCE_DIR}/release/scripts/
DESTINATION ${BLENDERPATH}/scripts
PATTERN ".svn" EXCLUDE
+ PATTERN "*.pyc" EXCLUDE
)
IF(WITH_INTERNATIONAL)
INSTALL(