diff options
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 |