File: rules

package info (click to toggle)
elenv 0.1.0%2Bgit20231211.94cf71e-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: lisp: 85; makefile: 34
file content (17 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	$(EMACS) --batch --eval '(byte-recompile-directory ".")'

override_dh_auto_install:
	mkdir -p $(CURDIR)/debian/tmp
	$(INSTALL) -m 644 *.el $(CURDIR)/debian/tmp

override_dh_elpa_test:
	# Skip as no test is available.

override_dh_auto_clean:
	-rm -rf *.elc