summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2019-04-23 00:40:10 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-23 23:56:16 +0200
commit6227e1b7477b71f31ea3bf8a74c32fe7238dcece (patch)
tree36251ff8737b6f40ad5be3b84127e28f84dcfb2c /doc/local.mk
parent06e5c3af8b6d0ab2a369d5832a4f1756ae6c3570 (diff)
downloadpatches-6227e1b7477b71f31ea3bf8a74c32fe7238dcece.tar
patches-6227e1b7477b71f31ea3bf8a74c32fe7238dcece.tar.gz
doc: Add Spanish translation.
* doc/local.mk (info_TEXINFOS): Add guix.es.texi. (TRANSLATED_INFO): Add guix.es.texi and contributing.es.texi. * po/doc/guix-manual.es.po: New file. * po/doc/local.mk: Add guix-manual.es.po. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/local.mk b/doc/local.mk
index 18115fb295..e95e24243b 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -22,6 +22,7 @@
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
info_TEXINFOS = %D%/guix.texi \
+ %D%/guix.es.texi \
%D%/guix.fr.texi \
%D%/guix.de.texi
@@ -56,8 +57,10 @@ OS_CONFIG_EXAMPLES_TEXI = \
TRANSLATED_INFO = \
%D%/guix.de.texi \
+ %D%/guix.es.texi \
%D%/guix.fr.texi \
%D%/contributing.de.texi \
+ %D%/contributing.es.texi \
%D%/contributing.fr.texi
# Bundle this file so that makeinfo finds it in out-of-source-tree builds.