File: rules

package info (click to toggle)
mgitstatus 2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: sh: 423; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

SHELLCHECK_IGNORE = SC1117,SC2059

%:
	dh $@

override_dh_auto_test:
	shellcheck -e $(SHELLCHECK_IGNORE) mgitstatus

override_dh_auto_build:
	pandoc mgitstatus.1.md -s -t man > mgitstatus.1

override_dh_auto_clean:
	rm -f mgitstatus.1