diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-02 16:44:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-02 16:44:33 +0200 |
commit | 3626b53227439960175160da61ea3cdb8cf9827b (patch) | |
tree | b4a0ace8c2161301b3d18fe1dc1a53984ba092d9 /po/CMakeLists.txt | |
parent | ce354b90f1641d4069df28928c759185afd08c86 (diff) | |
download | kshutdown-3626b53227439960175160da61ea3cdb8cf9827b.tar.gz kshutdown-3626b53227439960175160da61ea3cdb8cf9827b.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 761db40024a2195b2ab3f19357db8b236e25ad56)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 597c341..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) - -if( _srcs ) - tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) -endif( ) |