mirror of
https://github.com/erkin/ponysay
synced 2024-11-15 08:07:10 +00:00
setup clean fix
This commit is contained in:
parent
cca7975491
commit
6cf76688a3
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -638,7 +638,8 @@ class Setup():
|
|||
for man in manpages:
|
||||
if man is manpages[0]: man = ''
|
||||
else: man = '.' + man[0]
|
||||
files.append('manuals/manpage' + man + '.0.' + comp)
|
||||
for sec in range(0, 9):
|
||||
files.append('manuals/manpage%s.%s.%s' % (man, str(sec), comp))
|
||||
for shell in [item[0] for item in shells]:
|
||||
for command in commands:
|
||||
files.append('completion/%s-completion.%s.%s' % (shell, 'sh' if shell == 'bash' else shell, command))
|
||||
|
|
Loading…
Reference in a new issue