Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295115 | Differences between
and this patch

Collapse All | Expand All

(-)sgml-common.orig/sgml-common-0.6.3-r5.ebuild (-2 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.23 2011/05/03 06:39:48 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.23 2011/05/03 06:39:48 grobian Exp $
4
4
5
EAPI="3"
5
EAPI="4"
6
6
7
inherit autotools eutils prefix
7
inherit autotools eutils prefix
8
8
Lines 33-39 Link Here
33
}
33
}
34
34
35
src_install() {
35
src_install() {
36
	emake DESTDIR="${D}" install || die "emake install failed"
36
	emake DESTDIR="${D}" install
37
38
	dohtml -r doc/
39
        dodoc README NEWS
40
	rm -rf ${ED}usr/share/doc/${PF}/html || die
41
	mv ${ED}usr/share/doc/${PF}/* ${ED}usr/share/doc/${P}/
42
	rm -rf ${ED}usr/share/doc/${PF} || die
37
}
43
}
38
44
39
pkg_postinst() {
45
pkg_postinst() {

Return to bug 295115