diff --git a/Makefile b/Makefile index e8283e4ec13..f4ad315c573 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ pyflakes: clean: @echo "Cleaning up distutils stuff" - rm -rf build + -rm -rf build + -rm -rf dist @echo "Cleaning up byte compiled python stuff" find . -regex ".*\.py[co]$$" -delete @echo "Cleaning up editor backup files" @@ -48,6 +49,10 @@ python: docs install: docs python setup.py install +rpm: + python setup.py sdist + rpmbuild -ta dist/ansible-1.0.tar.gz + .PHONEY: docs manual clean pep8 vpath %.asciidoc docs/man/man1