mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Have 'make clean' clean up test output directory
This commit is contained in:
parent
001937976f
commit
e835cd6f92
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -42,6 +42,8 @@ clean:
|
||||||
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
||||||
@echo "Cleaning up asciidoc to man transformations and results"
|
@echo "Cleaning up asciidoc to man transformations and results"
|
||||||
find ./docs/man -type f \( -name "*.xml" -or -regex ".*\.[0-9]$$" \) -delete
|
find ./docs/man -type f \( -name "*.xml" -or -regex ".*\.[0-9]$$" \) -delete
|
||||||
|
@echo "Cleaning up output from test runs"
|
||||||
|
-rm -rf test/test_data
|
||||||
|
|
||||||
python: docs
|
python: docs
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
Loading…
Add table
Reference in a new issue