gnu: emacs-transient: All phases return #t.

* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the
build-info-manual phase.
This commit is contained in:
Mark H Weaver 2020-07-19 23:21:05 -04:00
parent b23c1f50a5
commit f8f29ded12
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -19960,7 +19960,8 @@ as Emacs Lisp.")
(invoke "make" "info")
;; Move the info file to lisp so that it gets installed by the
;; emacs-build-system.
(rename-file "docs/transient.info" "lisp/transient.info")))
(rename-file "docs/transient.info" "lisp/transient.info")
#t))
(add-after 'build-info-manual 'enter-lisp-directory
(lambda _
(chdir "lisp")