diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-11 10:18:04 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-04-11 10:18:30 +0200 |
commit | 70193dad71c1ca72e9e5221dd9225d17351f5ea6 (patch) | |
tree | b688b48609a01a0209367592b86949d691d93cb5 /app-emacs/slime | |
parent | sys-process/procps: Bump to version 3.3.14 (diff) | |
download | gentoo-70193dad71c1ca72e9e5221dd9225d17351f5ea6.tar.gz gentoo-70193dad71c1ca72e9e5221dd9225d17351f5ea6.tar.bz2 gentoo-70193dad71c1ca72e9e5221dd9225d17351f5ea6.zip |
app-emacs/slime: Restores build of info file
Closes: https://bugs.gentoo.org/652866
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/slime')
-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 |