Add make automation to re-generate man page [ci skip]

This also updates man page with latest changes
This commit is contained in:
Andrey Smirnov
2017-01-20 23:53:00 +03:00
parent 6212b39264
commit 155a801bc1
3 changed files with 25 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
all: prepare generate
prepare:
gem install specific_install
gem specific_install -l smira/ronn
generate:
cd .. && gom build -o man/gen man/gen.go
./gen
.PHONY: prepare generate