setup clean fix

This commit is contained in:
Mattias Andrée 2012-09-01 06:05:00 +02:00
parent cca7975491
commit 6cf76688a3

View file

@ -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))