#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml --buildsystem ocaml_dune

execute_after_dh_auto_build-indep:
	dune build -pocamlgraph @doc
	find _build/default/_doc/_html -name "*.dune-keep" -delete
