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

Collapse All | Expand All

(-)mira-3.2.0.ebuild (-4 / +11 lines)
Lines 44-51 Link Here
44
44
45
src_install() {
45
src_install() {
46
	einstall || die
46
	einstall || die
47
	dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL
47
	dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL \
48
	find doc/docs/man -type f | xargs doman
48
		doc/3rdparty/scaffolding_MIRA_BAMBUS.pdf || die
49
	find doc/docs/texinfo -type f | xargs doinfo
49
	dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl} || die
50
	dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl}
50
}
51
52
pkg_postinst() {
53
	einfo
54
	einfo "Documentation is not built"
55
	einfo "For the latest Documentation visit:"
56
	einfo "http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html"
57
	einfo
51
}
58
}

Return to bug 340419