diff options
-rw-r--r-- | app-shells/zsh/zsh-9999.ebuild | 2 |
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 } |