summaryrefslogtreecommitdiffstats
path: root/docs/howto/unicode/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/unicode/CMakeL10n.txt')
-rw-r--r--docs/howto/unicode/CMakeL10n.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/howto/unicode/CMakeL10n.txt b/docs/howto/unicode/CMakeL10n.txt
deleted file mode 100644
index 4dfa67b..0000000
--- a/docs/howto/unicode/CMakeL10n.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-##### 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}
-)