summaryrefslogtreecommitdiff
path: root/data/help/ru/tips/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-22 21:30:20 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-22 21:30:20 +0300
commit493cc14facb80c6c86c57ef379131e56a0161215 (patch)
tree8da9ef738724c08be54bbae194843368810cac21 /data/help/ru/tips/CMakeLists.txt
parentff822e5f34d2beb6d3e6928ace5bc725d1fe147d (diff)
downloadplus-493cc14facb80c6c86c57ef379131e56a0161215.tar.gz
plus-493cc14facb80c6c86c57ef379131e56a0161215.tar.bz2
plus-493cc14facb80c6c86c57ef379131e56a0161215.tar.xz
plus-493cc14facb80c6c86c57ef379131e56a0161215.zip
Add tips russian translation.
Diffstat (limited to 'data/help/ru/tips/CMakeLists.txt')
-rw-r--r--data/help/ru/tips/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help/ru/tips/CMakeLists.txt b/data/help/ru/tips/CMakeLists.txt
new file mode 100644
index 000000000..0da413a58
--- /dev/null
+++ b/data/help/ru/tips/CMakeLists.txt
@@ -0,0 +1,18 @@
+SET(FILES
+ 1.txt
+ 2.txt
+ 3.txt
+ 4.txt
+ 5.txt
+ 6.txt
+ 7.txt
+ 8.txt
+ 9.txt
+ 10.txt
+ 11.txt
+ 12.txt
+ 13.txt
+ 14.txt
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/ru/tips)