mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Let's not forget the man pages. Refs #13554
This commit is contained in:
parent
af9fbad9d5
commit
ce4052a3b0
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -570,11 +570,15 @@ if IS_WINDOWS_PLATFORM is False:
|
|||
'doc/man/salt-master.1',
|
||||
'doc/man/salt-key.1',
|
||||
'doc/man/salt.1',
|
||||
'doc/man/salt-api.1',
|
||||
'doc/man/salt-syndic.1',
|
||||
'doc/man/salt-run.1',
|
||||
'doc/man/salt-ssh.1',
|
||||
'doc/man/salt-cloud.1'
|
||||
])
|
||||
SETUP_KWARGS['data_files'][1][1].extend([
|
||||
'doc/man/salt-api.7',
|
||||
])
|
||||
|
||||
|
||||
# bbfreeze explicit includes
|
||||
|
|
Loading…
Add table
Reference in a new issue