diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-07 13:30:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-07 13:30:02 +0300 |
commit | e31165ab48316e06202b6f6b0c631a287cfeb957 (patch) | |
tree | 47369ab6e9dceb35cd815929ec90f2695c76d3af /data/help/ru_RU/Makefile.am | |
parent | dbe1294f640a7ab1328381a43f711043210842f5 (diff) | |
download | plus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.gz plus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.bz2 plus-e31165ab48316e06202b6f6b0c631a287cfeb957.tar.xz plus-e31165ab48316e06202b6f6b0c631a287cfeb957.zip |
First part of help translations.
Diffstat (limited to 'data/help/ru_RU/Makefile.am')
-rw-r--r-- | data/help/ru_RU/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/help/ru_RU/Makefile.am b/data/help/ru_RU/Makefile.am new file mode 100644 index 000000000..531d1e4d7 --- /dev/null +++ b/data/help/ru_RU/Makefile.am @@ -0,0 +1,10 @@ + +helpruRUdir = $(pkgdatadir)/data/help/ru_RU + +helpruRU_DATA = \ + header.txt \ + index.txt + +EXTRA_DIST = \ + $(helpruRU_DATA) \ + CMakeLists.txt |