File: rules

package info (click to toggle)
elpa-transient 0.2.0.30.g4d44d08-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 596 kB
  • sloc: lisp: 2,826; makefile: 156
file content (14 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_configure:
	echo LOAD_PATH = -L /usr/share/emacs/site-lisp/elpa-src/dash-*/ > config.mk
	dh_auto_configure

override_dh_auto_clean:
	-rm config.mk
	dh_auto_clean