summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-07-04 16:38:46 +0200
committerSam James <sam@gentoo.org>2022-07-05 00:22:58 +0100
commita38cc9e5a1c3263d46a419eabda387e020ac54eb (patch)
treec1b9e821d61cd6c65714ad706272ef74796b9ebf /app-shells
parentapp-emacs/nxml-libvirt-schemas: add 8.5.0 (diff)
downloadgentoo-a38cc9e5a1c3263d46a419eabda387e020ac54eb.tar.gz
gentoo-a38cc9e5a1c3263d46a419eabda387e020ac54eb.tar.bz2
gentoo-a38cc9e5a1c3263d46a419eabda387e020ac54eb.zip
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@aidanharr.is> Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/26220 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/zsh-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}