commit:     6825370b102642e01b585f36b107cd4cb2dd4d51
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 08:48:29 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 08:51:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6825370b

app-emacs/plz: fix install - export texinfo

Closes: https://bugs.gentoo.org/939680
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/plz/plz-0.9.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/plz/plz-0.9.1.ebuild b/app-emacs/plz/plz-0.9.1.ebuild
index 59d90c291da1..ea9edda1493a 100644
--- a/app-emacs/plz/plz-0.9.1.ebuild
+++ b/app-emacs/plz/plz-0.9.1.ebuild
@@ -30,12 +30,12 @@ RDEPEND="
 "
 
 DOCS=( README.org )
+ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 elisp-enable-tests ert tests -l tests/test-plz.el
 
-src_install() {
-       elisp_src_install
-
-       doinfo "${PN}.info"
+src_compile() {
+       elisp-org-export-to texinfo README.org
+       elisp_src_compile
 }

Reply via email to