1
0
Fork 0
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:
Michael DeHaan 2012-03-05 22:44:39 -05:00
parent 001937976f
commit e835cd6f92

View file

@ -42,6 +42,8 @@ clean:
find . -type f \( -name "*~" -or -name "#*" \) -delete
@echo "Cleaning up asciidoc to man transformations and results"
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 setup.py build