mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Add doc directory to clean routine
This commit is contained in:
parent
4276ecc456
commit
1a3e1b0350
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -114,7 +114,7 @@ class Clean(clean):
|
|||
clean.run(self)
|
||||
# Let's clean compiled *.py[c,o]
|
||||
remove_extensions = ('.pyc', '.pyo')
|
||||
for subdir in ('salt', 'tests'):
|
||||
for subdir in ('salt', 'tests', 'doc'):
|
||||
root = os.path.join(os.path.dirname(__file__), subdir)
|
||||
for dirname, dirnames, filenames in os.walk(root):
|
||||
for filename in filenames:
|
||||
|
|
Loading…
Add table
Reference in a new issue