diff options
Diffstat (limited to 'tdemarkdown/CMakeL10n.txt')
-rw-r--r-- | tdemarkdown/CMakeL10n.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tdemarkdown/CMakeL10n.txt b/tdemarkdown/CMakeL10n.txt new file mode 100644 index 000000000..89b0e07f9 --- /dev/null +++ b/tdemarkdown/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "desktop_files/tdemarkdown-desktops/" + SOURCES *.desktop + EXCLUDES "^md4c/" + DESTINATION "${CMAKE_SOURCE_DIR}/translations" +) |