diff options
author | Slávek Banko <[email protected]> | 2020-04-05 16:22:24 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 16:22:24 +0200 |
commit | 19219ddd34f3914386c16cad212376bc907f9eaf (patch) | |
tree | 1789a9ef1ea29bc6fc25f643d51cda73e554bda9 /po/CMakeLists.txt | |
parent | ed85ba62356e3176b91bef08016ab9ed44084003 (diff) | |
download | kbookreader-19219ddd34f3914386c16cad212376bc907f9eaf.tar.gz kbookreader-19219ddd34f3914386c16cad212376bc907f9eaf.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
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( ) |