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-15 23:58:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-15 23:58:23 +0400
commit7fc9eee08afe87f3f688e8b9e9442951d6a08590 (patch)
tree917bc9f6222c231e050eda9f4d3a01a52beef4f6 /source/creator
parent7a3ff665752e04fa20285fb82a4ddbcf34c12835 (diff)
- updated man page from --help output.
- cmake now installs the man page. - added cmake_linux_install.sh, shell script which downloads and builds blender.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index e9e6c982fde..812c001a2bb 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -200,6 +200,10 @@ IF(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps
)
INSTALL(
+ FILES ${CMAKE_SOURCE_DIR}/doc/blender.1
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man
+ )
+ INSTALL(
DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/blender
PATTERN ".svn" EXCLUDE