Add commands/genman.go to autogenerate man pages

Fixes #1369
This commit is contained in:
Anthony Fok
2015-11-22 09:19:54 -07:00
committed by Bjørn Erik Pedersen
parent 8727475596
commit 098a0c819a
2 changed files with 31 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ func AddCommands() {
HugoCmd.AddCommand(undraftCmd)
HugoCmd.AddCommand(genautocompleteCmd)
HugoCmd.AddCommand(gendocCmd)
HugoCmd.AddCommand(genmanCmd)
HugoCmd.AddCommand(importCmd)
}