Mercurial > public > mercurial-scm > hg-stable
diff doc/gendoc.py @ 29090:7b52cb384c38 stable
hg-ssh: copy doc string to man page
This corrects a warning from lintian that we're shipping an executable without
a man page. Since there is a doc string in the text, let's use that for the man
page.
author | Sean Farley <sean@farley.io> |
---|---|
date | Fri, 06 May 2016 23:03:41 -0700 |
parents | ea1fab5293ca |
children | 844f72885fb9 |
line wrap: on
line diff
--- a/doc/gendoc.py Fri May 06 17:53:06 2016 -0500 +++ b/doc/gendoc.py Fri May 06 23:03:41 2016 -0700 @@ -136,6 +136,7 @@ extrahelptable = [ (["common"], '', loaddoc('common')), (["hg.1"], '', loaddoc('hg.1')), + (["hg-ssh.8"], '', loaddoc('hg-ssh.8')), (["hgignore.5"], '', loaddoc('hgignore.5')), (["hgrc.5"], '', loaddoc('hgrc.5')), (["hgignore.5.gendoc"], '', loaddoc('hgignore')),