GNU bug report logs -
#60033
[PATCH] gnu: emacs-hyperbole: add missing files
Previous Next
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.