diff options
Diffstat (limited to 'data/help/ru/Makefile.am')
-rw-r--r-- | data/help/ru/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/help/ru/Makefile.am b/data/help/ru/Makefile.am new file mode 100644 index 000000000..d620cb806 --- /dev/null +++ b/data/help/ru/Makefile.am @@ -0,0 +1,12 @@ + +helprudir = $(pkgdatadir)/data/help/ru + +helpru_DATA = \ + chatcommands.txt \ + header.txt \ + index.txt \ + team.txt + +EXTRA_DIST = \ + $(helpru_DATA) \ + CMakeLists.txt |