File: rules

package info (click to toggle)
go-md2man 1.0.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 100 kB
  • ctags: 44
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build
	$(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)/bin/go-md2man -in go-md2man.1.md -out go-md2man.1

override_dh_auto_clean:
	dh_auto_clean
	rm -f go-md2man.1