guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60033] [PATCH] gnu: emacs-hyperbole: add missing files


From: Konrad Hinsen
Subject: [bug#60033] [PATCH] gnu: emacs-hyperbole: add missing files
Date: Tue, 13 Dec 2022 15:07:52 +0100

* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add a new
'install-doc phase.
---
 gnu/packages/emacs-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18d1989124..4eeb665e30 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -708,6 +708,8 @@ (define-public emacs-hyperbole
                               "DEMO-ROLO.otl"
                               "HY-ABOUT"
                               "man/hkey-help.txt"
+                              "man/hyberbole.info"
+                              "kotl/.*"
                               "\\.kotl$"
                               %default-include)
            #:phases
@@ -724,6 +726,13 @@ (define-public emacs-hyperbole
                      (("\\(hyperb:check-dir-user\\)") ""))
                    (substitute* "hgnus.el"
                      (("hmail ") "hmail hvar "))))
+               (add-after 'install 'install-doc
+                 (lambda _
+                   (install-file "man/hyperbole.info"
+                                 (string-append #$output "/share/info"))
+                   (install-file "man/hkey-help.txt"
+                                 (string-append #$output "/share/doc/"
+                                                #$name "-" #$version))))
                (add-after 'install 'install-images
                  (lambda _
                    (let ((dir (string-append #$output "/share/info/im")))
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]