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

%:
	dh $@

override_dh_auto_clean:
	scons -c
	rm -fr build
	find -name "*.pyc" -delete

override_dh_auto_install:
	scons doc
	rm -fr $(CURDIR)/build/doc/HTML/scons-user