View | Details | Raw Unified
Collapse All | Expand All

(-) pygtk-2.10.3.ebuild.orig (-3 / +1 lines)
 Lines 57-65    Link Here 
	cp -r examples ${D}/usr/share/doc/${PF}/
	cp -r examples ${D}/usr/share/doc/${PF}/
	if use doc; then
	if use doc; then
		cd "${S}"/../
		cp -r ${WORKDIR}/pygtk2reference/{cursors,icons,images} ${D}/usr/share/gtk-doc/html/pygtk/
		dodir /usr/share/gtk-doc/html
		cp -pPR pygtk2reference	${D}/usr/share/gtk-doc/html/
	fi
	fi
}
}