mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
Makefile needs to clean things up
This commit is contained in:
parent
f7ff5d1055
commit
e3adca1431
6 changed files with 7 additions and 353 deletions
3
Makefile
3
Makefile
|
@ -19,6 +19,9 @@ htmldocs:
|
|||
./build-site.py rst
|
||||
|
||||
clean:
|
||||
-rm .buildinfo
|
||||
-rm *.inv
|
||||
-rm -rf *.doctrees
|
||||
@echo "Cleaning up byte compiled python stuff"
|
||||
find . -regex ".*\.py[co]$$" -delete
|
||||
@echo "Cleaning up editor backup files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue