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
+4 -1
View File
@@ -80,4 +80,7 @@ goxc:
gzip root/usr/share/man/man1/aptly.1
gom exec goxc -pv=$(VERSION) -max-processors=4 $(GOXC_OPTS)
.PHONY: coverage.out
man:
make -C man
.PHONY: coverage.out man