From 660c42c58598e9e049bc3358f194e3c302e8775d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 17 Oct 2020 12:18:43 +0000 Subject: dev-ml/ocamlgraph: DeprecatedInsinto Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James --- dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild') diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild index 9c4e5391fc6a..df67c7f57f19 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild @@ -45,13 +45,14 @@ src_install() { fi dodoc README.adoc CREDITS FAQ CHANGES - if use doc; then - dohtml doc/* - fi if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi + + if use doc; then + docinto html + dodoc doc/* + fi } -- cgit v1.2.3-65-gdbad