From 1c2e1276207a0fc4e76a963cd9df828016cefa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Apr 2020 03:06:24 +0200 Subject: [PATCH] Use d3lphin as the name of the CMake project. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 14ee555223440595d5bfd5e26603e2ddc1f03b32) --- CMakeLists.txt | 2 +- doc/en/CMakeLists.txt | 2 +- doc/man/{dolphin.1 => d3lphin.1} | 0 po/CMakeLists.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename doc/man/{dolphin.1 => d3lphin.1} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd3dbd9..6c3cd02 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.0.7 ) 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 similarity index 100% rename from doc/man/dolphin.1 rename to 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( )