mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Man7 should be included.
This commit is contained in:
parent
344cb8f120
commit
62263be9c8
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -324,6 +324,9 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'doc/man/salt-call.1',
|
||||
'doc/man/salt-minion.1',
|
||||
]),
|
||||
('share/man/man7',
|
||||
['doc/man/salt.7',
|
||||
]),
|
||||
],
|
||||
# Required for esky builds
|
||||
'install_requires': REQUIREMENTS,
|
||||
|
@ -346,9 +349,6 @@ if IS_WINDOWS_PLATFORM is False:
|
|||
'doc/man/salt-ssh.1',
|
||||
'doc/man/salt-cloud.1'
|
||||
])
|
||||
SETUP_KWARGS['data_files'].append(
|
||||
('share/man/man7', ['doc/man/salt.7'])
|
||||
)
|
||||
|
||||
|
||||
# bbfreeze explicit includes
|
||||
|
|
Loading…
Add table
Reference in a new issue