File: rules

package info (click to toggle)
ocamlgraph 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,588 kB
  • sloc: ml: 19,494; xml: 151; makefile: 14; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/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