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

ELPA_NAME=consfigurator
export ELPA_NAME

%:
	dh $@ --with sphinxdoc,elpa

override_dh_auto_build:
	make -C doc html info
	make -C emacs consfigurator.el

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