File: rules

package info (click to toggle)
dh-make-elpa 0.19.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 112 kB
  • sloc: perl: 759; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DESTDIR=$(CURDIR)/debian/tmp

%:
	dh $@

override_dh_auto_build:
	pod2man dh-make-elpa > dh-make-elpa.1

override_dh_auto_install:
	install -m 755 -D dh-make-elpa $(DESTDIR)/usr/bin/dh-make-elpa