From 0ed8620ebc7f80031aff4342695af62ae585a70c Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Thu, 5 May 2011 17:49:35 -0400 Subject: [PATCH] fixing the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a377dba..3f2c083 100644 --- a/Makefile +++ b/Makefile @@ -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!"