Add capability to build manpages from markdown

Adds capability to build the manpages via the go-md2man utility to the
make framework for containerd

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2018-01-30 19:50:45 -05:00
parent b268261446
commit fc1913a5a6
3 changed files with 13 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ go get -u github.com/stevvooe/protobuild
go get -u github.com/alecthomas/gometalinter
gometalinter --install >/dev/null
go get -u github.com/LK4D4/vndr
go get -u github.com/estesp/go-md2man