summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build.scm2
-rw-r--r--doc/guix-cookbook.texi5
-rw-r--r--doc/htmlxref.cnf4
-rw-r--r--doc/local.mk5
4 files changed, 10 insertions, 6 deletions
diff --git a/doc/build.scm b/doc/build.scm
index 20d6624653..880bb9e85c 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -70,7 +70,7 @@
 
 (define %cookbook-languages
   ;; Available translations for the 'guix-cookbook' text domain.
-  '("de" "en" "fr" "ko" "pt_BR" "sk"))
+  '("de" "en" "fr" "ko" "pt_BR" "sk" "sv"))
 
 (define %languages
   ;; Available translations for the document being built.
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index b3568cbf06..da67921ad0 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -68,8 +68,9 @@ This manual is also available in French (@pxref{Top,,, guix-cookbook.fr,
 Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de,
 GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}),
 Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR,
-Livro de Receitas do GNU Guix}) and Slovak (@pxref{Top,,, guix-cookbook.sk,
-Receptár GNU Guix}).  If you would like to translate
+Livro de Receitas do GNU Guix}), Slovak (@pxref{Top,,, guix-cookbook.sk,
+Receptár GNU Guix}), and Swedish (@pxref{Top,,, guix-cookbook.sv,
+Kokbok för GNU Guix}).  If you would like to translate
 this document in your native language, consider joining
 @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook,
 Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 73a53e9551..dc819a92ad 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -1,7 +1,7 @@
 # htmlxref.cnf - reference file for free Texinfo manuals on the web.
 # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
 
-htmlxrefversion=2024-03-31.22; # UTC
+htmlxrefversion=2024-06-02.15; # UTC
 
 # Copyright 2010-2020, 2022 Free Software Foundation, Inc.
 # 
@@ -442,6 +442,8 @@ GUIX_COOKBOOK = ${GUIX_ROOT}/cookbook
  guix-cookbook.pt_BR	node    ${GUIX_COOKBOOK}/pt-br/html_node/
  guix-cookbook.sk	mono    ${GUIX_COOKBOOK}/sk/guix-cookbook.sk.html
  guix-cookbook.sk	node    ${GUIX_COOKBOOK}/sk/html_node/
+ guix-cookbook.sv	mono    ${GUIX_COOKBOOK}/sv/guix-cookbook.sv.html
+ guix-cookbook.sv	node    ${GUIX_COOKBOOK}/sv/html_node/
  guix-cookbook		mono    ${GUIX_COOKBOOK}/en/guix-cookbook.html
  guix-cookbook		node	${GUIX_COOKBOOK}/en/html_node/
 
diff --git a/doc/local.mk b/doc/local.mk
index 389ca098bd..b81172939b 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -26,7 +26,7 @@
 
 # If adding a language, update the following variables, and info_TEXINFOS.
 MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN
-COOKBOOK_LANGUAGES = de fr ko pt_BR sk
+COOKBOOK_LANGUAGES = de fr ko pt_BR sk sv
 
 # Arg1: A list of languages codes.
 # Arg2: The file name stem.
@@ -46,7 +46,8 @@ info_TEXINFOS = %D%/guix.texi			\
   %D%/guix-cookbook.fr.texi			\
   %D%/guix-cookbook.ko.texi			\
   %D%/guix-cookbook.pt_BR.texi			\
-  %D%/guix-cookbook.sk.texi
+  %D%/guix-cookbook.sk.texi			\
+  %D%/guix-cookbook.sv.texi
 
 %C%_guix_TEXINFOS = \
   %D%/contributing.texi \