File: rules

package info (click to toggle)
golang-github-mitchellh-ioprogress 0.0~git20150521.8163955-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 29
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE=1

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

override_dh_installdocs:
	pandoc -f markdown -t plain -o README README.md
	dh_installdocs README