mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Build the French HTML cookbook.
* doc/build.scm (%languages): Add 'fr' cookbook translation.
This commit is contained in:
parent
8fc4460889
commit
fef2f08bc6
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ (define %manual
|
|||
"guix"))
|
||||
|
||||
(define %languages
|
||||
;; The cookbook is currently only translated into German.
|
||||
;; The cookbook is not translated in the same languages as the manual
|
||||
(if (string=? %manual "guix-cookbook")
|
||||
'("de" "en")
|
||||
'("de" "en" "fr")
|
||||
'("de" "en" "es" "fr" "ru" "zh_CN")))
|
||||
|
||||
(define (texinfo-manual-images source)
|
||||
|
|
Loading…
Reference in a new issue