File: rules

package info (click to toggle)
coq-iris 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,732 kB
  • sloc: python: 334; makefile: 54; sh: 28; sed: 5
file content (19 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	# doesn't work like this

override_dh_auto_build:
	make -C tex
	make

override_dh_auto_install:
	make install DESTDIR=debian/tmp

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md