summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-13 10:45:17 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-13 10:46:03 +0200
commit3bac7e6495934de9913e6186d954d1331883e064 (patch)
tree664ab64a43be4c4ebe3dd90918c15396ffcaa590 /doc/local.mk
parenta8e7ba75366f6f49e50c4348ab4057b7789e1e92 (diff)
downloadpatches-3bac7e6495934de9913e6186d954d1331883e064.tar
patches-3bac7e6495934de9913e6186d954d1331883e064.tar.gz
doc: Add Russian translation.
* doc/local.mk (info_TEXINFOS): Add guix.ru.texi. (TRANSLATED_INFO): Add {guix,contributing}.ru.texi. * po/doc/local.mk (DOC_PO_FILES): Add guix-manual.ru.po. * po/doc/guix-manual.ru.po: New file.
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk
index ed87638a56..336e961c4f 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -22,9 +22,10 @@
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
info_TEXINFOS = %D%/guix.texi \
+ %D%/guix.de.texi \
%D%/guix.es.texi \
%D%/guix.fr.texi \
- %D%/guix.de.texi \
+ %D%/guix.ru.texi \
%D%/guix.zh_CN.texi
%C%_guix_TEXINFOS = \
@@ -60,10 +61,12 @@ TRANSLATED_INFO = \
%D%/guix.de.texi \
%D%/guix.es.texi \
%D%/guix.fr.texi \
+ %D%/guix.ru.texi \
%D%/guix.zh_CN.texi \
%D%/contributing.de.texi \
%D%/contributing.es.texi \
%D%/contributing.fr.texi \
+ %D%/contributing.ru.texi \
%D%/contributing.zh_CN.texi
# Bundle this file so that makeinfo finds it in out-of-source-tree builds.