File: rules

package info (click to toggle)
wdiff 1.2.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,544 kB
  • sloc: ansic: 34,374; sh: 7,608; perl: 147; makefile: 113; sed: 16
file content (22 lines) | stat: -rwxr-xr-x 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
%:
	dh $@

package = wdiff

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	rm -rf doc/$(package)

override_dh_auto_configure:
	dh_auto_configure -- --with-default-pager=/usr/bin/pager

override_dh_installdocs-indep:
	cd doc && makeinfo --html --output=$(package) $(package).texi
	dh_installdocs -i doc/$(package)/*.html

override_dh_installdocs-arch:
	dh_installdocs -a NEWS README THANKS TODO

override_dh_installchangelogs:
	dh_installchangelogs --no-trim