File: rules

package info (click to toggle)
dh-shell-completions 0.1.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 187; sh: 50; makefile: 20
file content (18 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --no-parallel

execute_after_dh_auto_clean:
	tests/clean.sh

dh_shell_completions.1:
	pod2man \
		--center 'Debhelper shell completions addon' \
		--release $(DEB_VERSION) \
		dh_shell_completions > dh_shell_completions.1

execute_after_dh_auto_build: dh_shell_completions.1