summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-15 10:48:29 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-15 10:51:15 +0200
commit6825370b102642e01b585f36b107cd4cb2dd4d51 (patch)
treec79b58a037aad5b955872fb03be3dbdcc9940e6e /app-emacs
parentapp-emacs/orderless: fix dependencies (diff)
downloadgentoo-6825370b102642e01b585f36b107cd4cb2dd4d51.tar.gz
gentoo-6825370b102642e01b585f36b107cd4cb2dd4d51.tar.bz2
gentoo-6825370b102642e01b585f36b107cd4cb2dd4d51.zip
app-emacs/plz: fix install - export texinfo
Closes: https://bugs.gentoo.org/939680 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/plz/plz-0.9.1.ebuild8
1 files 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
}