File: rules

package info (click to toggle)
consfigurator 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: lisp: 11,929; sh: 38; makefile: 14; python: 14
file content (15 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (3)
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