mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: emacs-forge: Fix build info.
* gnu/packages/emacs-xyz.scm (emacs-forge): Fix build info. Change-Id: I018424fa48561ec5cd6280c378f1afab2cfbe2fd
This commit is contained in:
parent
6b46f9a009
commit
1aff94a23f
1 changed files with 5 additions and 4 deletions
|
@ -35104,10 +35104,11 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'build-info-manual
|
||||
(lambda _
|
||||
(invoke "make" "info")
|
||||
;; Move the info file to lisp so that it gets installed by the
|
||||
;; emacs-build-system.
|
||||
(rename-file "docs/forge.info" "lisp/forge.info"))))))
|
||||
(with-directory-excursion ".."
|
||||
(invoke "make" "info")
|
||||
;; Move the info file to lisp so that it gets installed by the
|
||||
;; emacs-build-system.
|
||||
(rename-file "docs/forge.info" "lisp/forge.info")))))))
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue