diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-09 20:15:15 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-11 14:24:41 +0100 |
| commit | f195bc821512f91cb87780f0ff0d99641cf27274 (patch) | |
| tree | f45c3b4eaf18b2be88956be1f86f616b95df19b4 /docs/howto/unicode | |
| parent | 3465bec445f1d1f48a088253aef16c3700bca206 (diff) | |
| download | bibletime-f195bc821512f91cb87780f0ff0d99641cf27274.tar.gz bibletime-f195bc821512f91cb87780f0ff0d99641cf27274.zip | |
Add CMakeL10n rules.
Update translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'docs/howto/unicode')
| -rw-r--r-- | docs/howto/unicode/CMakeL10n.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/howto/unicode/CMakeL10n.txt b/docs/howto/unicode/CMakeL10n.txt new file mode 100644 index 0000000..4dfa67b --- /dev/null +++ b/docs/howto/unicode/CMakeL10n.txt @@ -0,0 +1,14 @@ +##### create translation templates ############## + +file( GLOB _docs + RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/*.docbook +) +list( SORT _docs ) +list( REMOVE_ITEM _docs "index.docbook" ) +list( INSERT _docs 0 "index.docbook" ) + +tde_l10n_create_template( + CATALOG "howto" + SOURCES ${_docs} +) |
