commit:     a38cc9e5a1c3263d46a419eabda387e020ac54eb
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Mon Jul  4 14:38:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 23:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38cc9e5

app-shells/zsh: fix docs building on live ebuild

Original proposed patch was provided in the docs, but adjusted to
generate docs in src_compile instead of src_install.

Closes: https://bugs.gentoo.org/661802
Co-authored-by: Aidan Harris <me <AT> aidanharr.is>
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/26220
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/zsh/zsh-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild
index d50d9b419785..3493b711314b 100644
--- a/app-shells/zsh/zsh-9999.ebuild
+++ b/app-shells/zsh/zsh-9999.ebuild
@@ -127,7 +127,7 @@ src_compile() {
        default
 
        if [[ ${PV} == *9999 ]] && use doc ; then
-               emake -C Doc everything
+               emake -C Doc everything pdf dvi
        fi
 }
 

Reply via email to