File: rules

package info (click to toggle)
elpher 3.6.3~git20240930.c00f2a8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: lisp: 2,196; makefile: 58
file content (16 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_installchangelogs:
	dh_installchangelogs ISSUES.org
	dh_installchangelogs

override_dh_installinfo:
	makeinfo elpher.texi -o debian/elpher.info
	dh_installinfo debian/elpher.info
	rm debian/elpher.info
	dh_installinfo

.PHONY: override_dh_installchangelogs override_dh_installinfo