Fix manpage building

Ensure manpage creation is calling the parsers for the command line.

Change-Id: Iab466fb50b853430a8b76b313bea733578dfbc51
This commit is contained in:
Darragh Bailey 2015-12-18 21:12:03 +00:00
parent 126feca10d
commit ba47733678
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class BuildManpage(Command):
def finalize_options(self):
from git_upstream import main
self._commands, self._parser = main.get_parser()
self._commands, self._parser = main.build_parsers()
self._parser.formatter = ManPageFormatter()
def _markup(self, txt):