File: rules

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

override_dh_auto_install:
	dh_auto_install -- --no-source --no-binaries

override_dh_installman:
	asciidoctor -b manpage manpage/json2file-go.8.adoc
	dh_installman

override_dh_clean:
	dh_clean
	rm -f manpage/json2file-go.8

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang