|
|
|
@ -40,10 +40,13 @@ clean:
|
|
|
|
find . -regex ".*\.py[co]$$" -delete
|
|
|
|
find . -regex ".*\.py[co]$$" -delete
|
|
|
|
@echo "Cleaning up editor backup files"
|
|
|
|
@echo "Cleaning up editor backup files"
|
|
|
|
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
|
|
|
find . -type f \( -name "*~" -or -name "#*" \) -delete
|
|
|
|
|
|
|
|
find . -type f \( -name "*.swp" \) -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"
|
|
|
|
@echo "Cleaning up output from test runs"
|
|
|
|
-rm -rf test/test_data
|
|
|
|
-rm -rf test/test_data
|
|
|
|
|
|
|
|
@echo "Cleaning up RPM stuff"
|
|
|
|
|
|
|
|
-rm MANIFEST
|
|
|
|
|
|
|
|
|
|
|
|
python: docs
|
|
|
|
python: docs
|
|
|
|
python setup.py build
|
|
|
|
python setup.py build
|
|
|
|
|