diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-30 17:45:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-30 17:45:59 +0200 |
commit | e65f4accce0f660916a1e3ab937692378ec0049b (patch) | |
tree | dbdf7a6fb310e4c5f67c06518b727b625484bd4e /po/CMakeLists.txt | |
parent | d28f25bebbac7cc38a4b6c875fe63c9890032220 (diff) | |
download | knmap-e65f4accce0f660916a1e3ab937692378ec0049b.tar.gz knmap-e65f4accce0f660916a1e3ab937692378ec0049b.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 46fba83..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -# build translations if some are already available - -file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) -if( _srcs ) - tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) -endif( ) |