Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285045
Collapse All | Expand All

(-)/usr/portage/local/layman/emacs/eclass/elisp.eclass.orig (-2 / +2 lines)
Lines 110-118 Link Here
110
110
111
elisp_src_compile() {
111
elisp_src_compile() {
112
	elisp-compile *.el || die
112
	elisp-compile *.el || die
113
	if [ -n "${ELISP_TEXINFO}" ]; do
113
	if [ -n "${ELISP_TEXINFO}" ]; then
114
		makeinfo ${ELISP_TEXINFO} || die
114
		makeinfo ${ELISP_TEXINFO} || die
115
	done
115
	fi
116
}
116
}
117
117
118
elisp_src_install() {
118
elisp_src_install() {

Return to bug 285045