diff options
author | Slávek Banko <[email protected]> | 2020-04-05 15:43:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 15:43:04 +0200 |
commit | 9cc21b83f7b637450c4fc40d033ccad7896b07f1 (patch) | |
tree | e26d4495c1e3190d69c813a10c50d5ec4482e472 /po/CMakeLists.txt | |
parent | ba90128b44d83d54e230b614997e8927d7d255e6 (diff) | |
download | kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.tar.gz kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.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( ) |