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

(-)a/openafs-1.6.2_pre3.ebuild (-1 / +1 lines)
Lines 100-106 src_install() { Link Here
100
100
101
	# documentation package
101
	# documentation package
102
	if use doc ; then
102
	if use doc ; then
103
		dodoc doc/{arch,examples,pdf,protocol,txt}/*
103
		find doc/{arch,examples,pdf,protocol,txt}/ -type f -exec dodoc {} \;
104
		dohtml -A xml -r doc/{html,xml}/*
104
		dohtml -A xml -r doc/{html,xml}/*
105
	fi
105
	fi
106
106

Return to bug 454242