diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index 47cff15985..9d79215b98 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -65,7 +65,7 @@ (define %languages ;; The cookbook is not translated in the same languages as the manual (if (string=? %manual "guix-cookbook") - '("de" "en" "fr") + '("de" "en" "fr" "sk") '("de" "en" "es" "fr" "ru" "zh_CN"))) (define (texinfo-manual-images source) |