[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: keepalived: Fix documentation generation.
From: |
guix-commits |
Subject: |
01/11: gnu: keepalived: Fix documentation generation. |
Date: |
Tue, 24 Sep 2019 14:18:17 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2ac02060609cde61f44d0ad1bebdec9859c5df70
Author: Marius Bakke <address@hidden>
Date: Thu Sep 5 13:48:58 2019 +0200
gnu: keepalived: Fix documentation generation.
* gnu/packages/cluster.scm (keepalived)[arguments]: Copy software_design.png
from the correct place.
---
gnu/packages/cluster.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 8b99a21..c4a26e9 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -52,7 +52,7 @@
(lambda _
(invoke "make" "-C" "doc" "texinfo")
;; Put images in a subdirectory as recommended by 'texinfo'.
- (install-file "doc/build/texinfo/software_design.png"
+ (install-file "doc/source/images/software_design.png"
"doc/build/texinfo/keepalived-figures")
(substitute* "doc/build/texinfo/keepalived.texi"
(("@image\\{software_design,")
@@ -63,7 +63,7 @@
(let* ((out (assoc-ref outputs "out"))
(infodir (string-append out "/share/info")))
(install-file "doc/build/texinfo/keepalived.info" infodir)
- (install-file "doc/build/texinfo/software_design.png"
+ (install-file "doc/source/images/software_design.png"
(string-append infodir "/keepalived-figures"))
#t))))))
(native-inputs
- branch master updated (3e7518b -> aa0e28b), guix-commits, 2019/09/24
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01., guix-commits, 2019/09/24
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation.,
guix-commits <=
- 02/11: gnu: keepalived: Update to 2.0.18., guix-commits, 2019/09/24
- 04/11: gnu: fmt: Update to 6.0.0., guix-commits, 2019/09/24
- 07/11: gnu: ffmpeg: Update to 4.2.1., guix-commits, 2019/09/24
- 08/11: gnu: varnish: Update to 6.3.0., guix-commits, 2019/09/24