diff options
-rw-r--r-- | app-emacs/slime/slime-2.20.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/slime/slime-2.20.ebuild b/app-emacs/slime/slime-2.20.ebuild index 943b134b2fa6..d03c14d9dbf8 100644 --- a/app-emacs/slime/slime-2.20.ebuild +++ b/app-emacs/slime/slime-2.20.ebuild @@ -41,6 +41,7 @@ src_compile() { BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \ elisp-compile contrib/*.el lib/*.el || die + emake -C doc slime.info || die if use doc ; then VARTEXFONTS="${T}"/fonts \ emake -C doc all |