aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 7e8a674cae5e7112fbd3d8095f9a6d81e0860154 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with sphinxdoc

override_dh_auto_build:
	make -C doc html info

override_dh_auto_clean:
	find src -name "*.fasl" -delete
	make -C doc clean