diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-22 21:30:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-22 21:30:20 +0300 |
commit | 493cc14facb80c6c86c57ef379131e56a0161215 (patch) | |
tree | 8da9ef738724c08be54bbae194843368810cac21 /data/help/ru/tips/Makefile.am | |
parent | ff822e5f34d2beb6d3e6928ace5bc725d1fe147d (diff) | |
download | plus-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/Makefile.am')
-rw-r--r-- | data/help/ru/tips/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/ru/tips/Makefile.am b/data/help/ru/tips/Makefile.am new file mode 100644 index 000000000..c3be4c247 --- /dev/null +++ b/data/help/ru/tips/Makefile.am @@ -0,0 +1,22 @@ + +helprutipsdir = $(pkgdatadir)/data/help/ru/tips + +helprutips_DATA = \ + 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 + +EXTRA_DIST = \ + $(helprutips_DATA) \ + CMakeLists.txt |