File: rules

package info (click to toggle)
ben 1.9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 652 kB
  • sloc: ml: 4,026; sh: 345; javascript: 78; ansic: 39; makefile: 29; python: 18
file content (17 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

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

execute_after_dh_auto_clean:
	$(MAKE) -C doc clean

override_dh_auto_build:
	dh_auto_build -- @install @doc
	$(MAKE) doc

override_dh_ocaml:
	dh_ocaml --nodefined-map=ben:Debian,Debianrt