Fix man section conf.
This commit is contained in:
parent
54834e277d
commit
03928eb23f
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ for mansubdir in ('man1', 'man7'):
|
|||
froot, fext = os.path.splitext(fname)
|
||||
if fext == '.rst':
|
||||
man_page = (os.path.join(mansubdir, froot), froot, '',
|
||||
[], 7)
|
||||
[], mansubdir[-1])
|
||||
man_pages.append(man_page)
|
||||
|
||||
#man_pages = [
|
||||
|
|
Loading…
Reference in a new issue