guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: emacs-hyperbole: Add missing files.


From: guix-commits
Subject: 06/06: gnu: emacs-hyperbole: Add missing files.
Date: Tue, 13 Dec 2022 15:25:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a67461f0e1a0caf98adf0396895ad4e45f46afd6
Author: Konrad Hinsen <konrad.hinsen@fastmail.net>
AuthorDate: Tue Dec 13 15:07:52 2022 +0100

    gnu: emacs-hyperbole: Add missing files.
    
    * gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add a new
    INSTALL-DOC phase.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 c60ae8833b..1f24f9cbcb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -708,6 +708,8 @@ uploading PlatformIO projects.")
                               "DEMO-ROLO.otl"
                               "HY-ABOUT"
                               "man/hkey-help.txt"
+                              "man/hyberbole.info"
+                              "kotl/.*"
                               "\\.kotl$"
                               %default-include)
            #:phases
@@ -724,6 +726,13 @@ uploading PlatformIO projects.")
                      (("\\(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")))



reply via email to

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