From fef2f08bc640f78cc0a86fc7be3eccbc07b5e98c Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 18 Apr 2021 16:48:53 +0200 Subject: doc: Build the French HTML cookbook. * doc/build.scm (%languages): Add 'fr' cookbook translation. --- doc/build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/build.scm') diff --git a/doc/build.scm b/doc/build.scm index e96df1991f..b338004b82 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -63,9 +63,9 @@ "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) -- cgit v1.2.3 From 46852000c99b226ee61384e3b63595e9ffdaaf10 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Apr 2021 12:44:21 -0400 Subject: doc: Clarify further the distinction between the web-based manuals. As discussed on #guix IRC, several of us struggle to reliably choose the right option based on the old labels: https://logs.guix.gnu.org/guix/2021-04-20.log#182137 * doc/build.scm (html-manual-indexes): Try to distinguish between the two options more clearly. --- doc/build.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/build.scm') diff --git a/doc/build.scm b/doc/build.scm index b338004b82..72792b42d2 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -948,7 +948,7 @@ from SOURCE." (div (ul (li (a (@ (href "html_node")) - "HTML, with one page per node")) + "HTML, with a separate page per node")) (li (a (@ (href ,(string-append #$manual -- cgit v1.2.3 id' value='3d0cdf963820da665d71987c15cae6e503efc701'/>
AgeCommit message (Expand)Author
2021-07-27gnu: adb: Make compatible with OpenSSL 1.1....Giovanni Biscuolo