diff options
Diffstat (limited to 'data/translations/help/Makefile.am')
-rw-r--r-- | data/translations/help/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/translations/help/Makefile.am b/data/translations/help/Makefile.am new file mode 100644 index 000000000..33a488a04 --- /dev/null +++ b/data/translations/help/Makefile.am @@ -0,0 +1,8 @@ +helpdir = $(pkgdatadir)/data/translations/help + +help_DATA = \ + ru.po + +EXTRA_DIST = \ + $(help_DATA) \ + CMakeLists.txt |