File: rules

package info (click to toggle)
magit 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,048 kB
  • sloc: lisp: 28,364; makefile: 460
file content (15 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo "Targets info, html, and pdf all build texi, so serialize to avoid a race condition."
	$(MAKE) texi
	$(MAKE) info html pdf

override_dh_auto_install:
	@echo do not run make install

override_dh_elpa_test:
	LC_ALL=C.UTF-8 dh_elpa_test