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:41 +0200 |
commit | 020ca4fcf9c0b6064befc9b67a4e19ace4a2838e (patch) | |
tree | e269e513840835d6a37ef24da1e14263c8af0c8c /po/CMakeLists.txt | |
parent | 893aed7131d786cee9f5263762a536924158ced4 (diff) | |
download | kbibtex-020ca4fcf9c0b6064befc9b67a4e19ace4a2838e.tar.gz kbibtex-020ca4fcf9c0b6064befc9b67a4e19ace4a2838e.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9cc21b83f7b637450c4fc40d033ccad7896b07f1)
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( ) |