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

DESTDIR=$(CURDIR)/debian/tmp

%:
	dh $@

override_dh_auto_install:
	./dh_elpa dh-elpa.el $(DESTDIR)/usr/share/emacs/site-lisp/elpa
	install -m 755 -D dh_elpa $(DESTDIR)/usr/bin/dh_elpa