mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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"
|
"DEMO-ROLO.otl"
|
||||||
"HY-ABOUT"
|
"HY-ABOUT"
|
||||||
"man/hkey-help.txt"
|
"man/hkey-help.txt"
|
||||||
|
"man/hyberbole.info"
|
||||||
|
"kotl/.*"
|
||||||
"\\.kotl$"
|
"\\.kotl$"
|
||||||
%default-include)
|
%default-include)
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -724,6 +726,13 @@ (define-public emacs-hyperbole
|
||||||
(("\\(hyperb:check-dir-user\\)") ""))
|
(("\\(hyperb:check-dir-user\\)") ""))
|
||||||
(substitute* "hgnus.el"
|
(substitute* "hgnus.el"
|
||||||
(("hmail ") "hmail hvar "))))
|
(("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
|
(add-after 'install 'install-images
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((dir (string-append #$output "/share/info/im")))
|
(let ((dir (string-append #$output "/share/info/im")))
|
||||||
|
|
Loading…
Reference in a new issue