summary refs log tree commit diff
path: root/doc/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk5
1 files changed, 3 insertions, 2 deletions
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 \