mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
doc: Bump version to 1.5.0.
* doc/build.scm (%latest-guix-version): Bump to 1.5.0. (stylized-html): Move to versioned manual URL. (html-manual): Use versioned manual URL. Change-Id: I82048a9548894e335e7c2427a739733304a7961a Fixes: #5681 Signed-off-by: Rutherther <rutherther@ditigal.xyz> Merges: #5715
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
(define %latest-guix-version
|
(define %latest-guix-version
|
||||||
;; Latest released version.
|
;; Latest released version.
|
||||||
"1.4.0")
|
"1.5.0")
|
||||||
|
|
||||||
(define (texinfo-manual-images source)
|
(define (texinfo-manual-images source)
|
||||||
"Return a directory containing all the images used by the user manual, taken
|
"Return a directory containing all the images used by the user manual, taken
|
||||||
@@ -777,7 +777,8 @@ in SOURCE."
|
|||||||
(define version-links
|
(define version-links
|
||||||
(list (menu-item #$latest-version
|
(list (menu-item #$latest-version
|
||||||
(string-append
|
(string-append
|
||||||
"/manual/" language
|
"/manual/" #$latest-version
|
||||||
|
"/" language
|
||||||
(if split-node? "/html_node" "")))
|
(if split-node? "/html_node" "")))
|
||||||
(menu-item "development"
|
(menu-item "development"
|
||||||
(string-append
|
(string-append
|
||||||
@@ -942,7 +943,8 @@ makeinfo OPTIONS."
|
|||||||
(let* ((texi (language->texi-file-name language))
|
(let* ((texi (language->texi-file-name language))
|
||||||
(opts `("--html"
|
(opts `("--html"
|
||||||
"-c" ,(string-append "TOP_NODE_UP_URL=/manual/"
|
"-c" ,(string-append "TOP_NODE_UP_URL=/manual/"
|
||||||
language)
|
#$%latest-guix-version
|
||||||
|
"/" language)
|
||||||
#$@options
|
#$@options
|
||||||
,texi)))
|
,texi)))
|
||||||
(format #t "building HTML manual for language '~a'...~%"
|
(format #t "building HTML manual for language '~a'...~%"
|
||||||
|
|||||||
Reference in New Issue
Block a user