summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-22 09:58:02 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-22 09:58:02 +0200
commite61b2f99c14c307ae317a5aaba151cd0070c313d (patch)
treeee0727cf3321125e3b37a1b91b9f0a0df6cf6911 /src
parentd386f02893e132317bd2641878d0b86b52347d15 (diff)
downloadminetest-e61b2f99c14c307ae317a5aaba151cd0070c313d.tar.gz
minetest-e61b2f99c14c307ae317a5aaba151cd0070c313d.tar.bz2
minetest-e61b2f99c14c307ae317a5aaba151cd0070c313d.zip
Static naming of po file
The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4427a1380..61fb20680 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -305,7 +305,7 @@ if (USE_GETTEXT)
COMMENT "mo-update [${LOCALE}]: Creating locale directory.")
set(MO_FILE_PATH "${MO_BUILD_PATH}/${PROJECT_NAME}.mo")
- set(PO_FILE_PATH "${GETTEXT_PO_PATH}/${LOCALE}/minetest-c55.po")
+ set(PO_FILE_PATH "${GETTEXT_PO_PATH}/${LOCALE}/minetest.po")
add_custom_command(
OUTPUT ${MO_FILE_PATH}