File: rules

package info (click to toggle)
emacs-ivy 0.15.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,356 kB
  • sloc: lisp: 14,898; makefile: 82
file content (20 lines) | stat: -rwxr-xr-x 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo Using dh-elpa for build/install instead of upstream Makefile.

override_dh_installchangelogs:
	mkdir -p debian/tmp
	cat doc/Changelog.org debian/local-var-snippet >> debian/tmp/changelog
	dh_installchangelogs debian/tmp/changelog
	rm -f debian/tmp/changelog

override_dh_installinfo:
	@echo Generating info page.
	cd doc \
	   && make ivy.texi
	makeinfo --no-split doc/ivy.texi -o debian/tmp/ivy.info
	dh_installinfo