diff options
| -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 47cff159854..9d79215b988 100644 --- a/doc/build.scm +++ b/doc/build.scm | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | (define %languages | 65 | (define %languages |
| 66 | ;; The cookbook is not translated in the same languages as the manual | 66 | ;; The cookbook is not translated in the same languages as the manual |
| 67 | (if (string=? %manual "guix-cookbook") | 67 | (if (string=? %manual "guix-cookbook") |
| 68 | '("de" "en" "fr") | 68 | '("de" "en" "fr" "sk") |
| 69 | '("de" "en" "es" "fr" "ru" "zh_CN"))) | 69 | '("de" "en" "es" "fr" "ru" "zh_CN"))) |
| 70 | 70 | ||
| 71 | (define (texinfo-manual-images source) | 71 | (define (texinfo-manual-images source) |
