mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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>
This commit is contained in:
parent
7d570036f0
commit
a67461f0e1
1 changed files with 9 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue