mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
move man pages into doc directory preperatory for more documentation
This commit is contained in:
parent
b329be0770
commit
901d36f327
6 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
@ -48,13 +48,13 @@ setup(name='salt',
|
|||
'conf/minion',
|
||||
]),
|
||||
('share/man/man1',
|
||||
['man/salt-master.1',
|
||||
'man/saltkey.1',
|
||||
'man/salt.1',
|
||||
'man/salt-minion.1',
|
||||
['doc/man/salt-master.1',
|
||||
'doc/man/saltkey.1',
|
||||
'doc/man/salt.1',
|
||||
'doc/man/salt-minion.1',
|
||||
]),
|
||||
('share/man/man7',
|
||||
['man/salt.7',
|
||||
['doc/man/salt.7',
|
||||
]),
|
||||
(mod_path,
|
||||
['salt/modules/cytest.pyx',
|
||||
|
|
Loading…
Add table
Reference in a new issue