File: rules

package info (click to toggle)
coq-hierarchy-builder 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,632 kB
  • sloc: ml: 159; makefile: 104
file content (11 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
include /usr/share/ocaml/ocamlvars.mk
include /usr/share/coq/coqvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_installman:
	dh_installman --language='C'