File: rules

package info (click to toggle)
chkboot 1.3-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 288 kB
  • sloc: sh: 267; makefile: 31
file content (12 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

execute_before_dh_clean:
	rm -rf man

execute_before_dh_installman:
	mkdir -p man
	rst2man debian/man/chkboot.8.rst > man/chkboot.8
	rst2man debian/man/chkboot-check.8.rst > man/chkboot-check.8
	rst2man debian/man/chkboot-desktopalert.8.rst > man/chkboot-desktopalert.8