Have 'make clean' clean up test output directory

pull/3/head
Michael DeHaan 12 years ago
parent 001937976f
commit e835cd6f92

@ -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

Loading…
Cancel
Save