File: rules

package info (click to toggle)
go-md2man-v2 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 152 kB
  • sloc: makefile: 41
file content (8 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

execute_after_dh_auto_build:
	mv _build/bin/v2 _build/bin/go-md2man
	_build/bin/go-md2man -in go-md2man.1.md -out go-md2man.1