fixing the makefile

This commit is contained in:
Gabriel Falcao
2011-05-05 17:49:35 -04:00
parent 2e1241a1f2
commit 0ed8620ebc

View File

@@ -23,7 +23,7 @@ clean:
@for pattern in `cat .gitignore`; do rm -rf $$pattern; done
@echo "OK!"
release: clean unit functional integration doctest deploy-documentation
release: clean unit functional
@printf "Exporting to $(filename)... "
@tar czf $(filename) httpretty setup.py README.md COPYING
@echo "DONE!"