summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build.scm2
-rw-r--r--doc/guix-cookbook.texi3
-rw-r--r--doc/htmlxref.cnf4
-rw-r--r--doc/local.mk5
4 files changed, 9 insertions, 5 deletions
diff --git a/doc/build.scm b/doc/build.scm
index fa71b8cde77..d0c4c70cc36 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -70,7 +70,7 @@
70 70
71(define %cookbook-languages 71(define %cookbook-languages
72 ;; Available translations for the 'guix-cookbook' text domain. 72 ;; Available translations for the 'guix-cookbook' text domain.
73 '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv")) 73 '("de" "en" "es" "fr" "it" "ko" "pt_BR" "ru" "sk" "sv" "zh_CN"))
74 74
75(define %languages 75(define %languages
76 ;; Available translations for the document being built. 76 ;; Available translations for the document being built.
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index bd2add42856..0e2e906db3a 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -65,7 +65,8 @@ its API, and related concepts.
65@c TRANSLATORS: You can replace the following paragraph with information on 65@c TRANSLATORS: You can replace the following paragraph with information on
66@c how to join your own translation team and how to report issues with the 66@c how to join your own translation team and how to report issues with the
67@c translation. 67@c translation.
68This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, 68This manual is also available in Simplified Chinese (@pxref{Top,,,
69guix-cookbook.zh_CN, GNU Guix 烹饪书}), French (@pxref{Top,,, guix-cookbook.fr,
69Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, 70Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de,
70GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), 71GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}),
71Spanish (@pxref{Top,,, guix-cookbook.es, Libro de recetas de GNU Guix}), 72Spanish (@pxref{Top,,, guix-cookbook.es, Libro de recetas de GNU Guix}),
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 1f4c51ffda5..32e07ff1146 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -2,7 +2,7 @@
2# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. 2# Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
3# Further modified by Tomas Volf <~@wolfsden.cz>. 3# Further modified by Tomas Volf <~@wolfsden.cz>.
4 4
5htmlxrefversion=2025-07-10.09; # UTC 5htmlxrefversion=2025-08-31.16; # UTC
6 6
7# Copyright 2010-2020, 2022 Free Software Foundation, Inc. 7# Copyright 2010-2020, 2022 Free Software Foundation, Inc.
8# 8#
@@ -455,6 +455,8 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook
455 guix-cookbook.sv node ${GUIX_COOKBOOK}/sv/html_node/ 455 guix-cookbook.sv node ${GUIX_COOKBOOK}/sv/html_node/
456 guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html 456 guix-cookbook mono ${GUIX_COOKBOOK}/en/guix-cookbook.html
457 guix-cookbook node ${GUIX_COOKBOOK}/en/html_node/ 457 guix-cookbook node ${GUIX_COOKBOOK}/en/html_node/
458 guix-cookbook.zh_CN mono ${GUIX_COOKBOOK}/zh-cn/guix-cookbook.zh_CN.html
459 guix-cookbook.zh_CN node ${GUIX_COOKBOOK}/zh-cn/html_node/
458 460
459gv mono ${GS}/gv/manual/gv.html 461gv mono ${GS}/gv/manual/gv.html
460gv node ${GS}/gv/manual/html_node/ 462gv node ${GS}/gv/manual/html_node/
diff --git a/doc/local.mk b/doc/local.mk
index 0082989b9f9..a38771d49b1 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -26,7 +26,7 @@
26 26
27# If adding a language, update the following variables, and info_TEXINFOS. 27# If adding a language, update the following variables, and info_TEXINFOS.
28MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN 28MANUAL_LANGUAGES = de es fr it pt_BR ru zh_CN
29COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv 29COOKBOOK_LANGUAGES = de es fr it ko pt_BR ru sk sv zh_CN
30 30
31# Arg1: A list of languages codes. 31# Arg1: A list of languages codes.
32# Arg2: The file name stem. 32# Arg2: The file name stem.
@@ -51,7 +51,8 @@ info_TEXINFOS = %D%/guix.texi \
51 %D%/guix-cookbook.pt_BR.texi \ 51 %D%/guix-cookbook.pt_BR.texi \
52 %D%/guix-cookbook.ru.texi \ 52 %D%/guix-cookbook.ru.texi \
53 %D%/guix-cookbook.sk.texi \ 53 %D%/guix-cookbook.sk.texi \
54 %D%/guix-cookbook.sv.texi 54 %D%/guix-cookbook.sv.texi \
55 %D%/guix-cookbook.zh_CN.texi
55 56
56%C%_guix_TEXINFOS = \ 57%C%_guix_TEXINFOS = \
57 $(OS_CONFIG_EXAMPLES_TEXI) \ 58 $(OS_CONFIG_EXAMPLES_TEXI) \