summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/en/CMakeLists.txt2
-rw-r--r--doc/man/d3lphin.1 (renamed from doc/man/dolphin.1)0
-rw-r--r--po/CMakeLists.txt2
4 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdb1c0d..cce918f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
-project( dolphin )
+project( d3lphin )
set( VERSION R14.1.0 )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
index d947fd9..ba3ef3e 100644
--- a/doc/en/CMakeLists.txt
+++ b/doc/en/CMakeLists.txt
@@ -1 +1 @@
-tde_create_handbook( DESTINATION d3lphin )
+tde_create_handbook( DESTINATION ${PROJECT_NAME} )
diff --git a/doc/man/dolphin.1 b/doc/man/d3lphin.1
index 3f2814b..3f2814b 100644
--- a/doc/man/dolphin.1
+++ b/doc/man/d3lphin.1
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 821909f..46fba83 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -2,5 +2,5 @@
file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME d3lphin )
+ tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
endif( )