Makefile: add manpage cleanup

I think generated manpages should also need cleanup

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2016-12-16 14:29:34 +08:00
parent 083933fb90
commit 9befe82cde
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ clean:
rm -f $(RUNC_LINK)
rm -rf $(GOPATH)/pkg
rm -rf $(RELEASE_DIR)
rm -rf $(MAN_DIR)
validate:
script/validate-gofmt