File: rules

package info (click to toggle)
magit 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,084 kB
  • sloc: lisp: 28,431; makefile: 430; sh: 35
file content (15 lines) | stat: -rwxr-xr-x 296 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 and pdf all build texi, so serialize to avoid a race condition."
	$(MAKE) texi
	$(MAKE) info pdf

override_dh_auto_install:
	@echo do not run make install

override_dh_elpa_test:
	LC_ALL=C.UTF-8 dh_elpa_test