From 71b03256ce633ffd13d32fee1071ecb09c5a265b Mon Sep 17 00:00:00 2001 From: jrburke Date: Wed, 16 Feb 2011 13:48:08 -0800 Subject: [PATCH] Update Makefile to find the version correctly in setup.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5814a31..13e2b43 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ web: $(static_dir) $(static_dir): rsync -av $(web_dir)/ $(static_dir)/ - perl -i -pe "s:version='[^']+':version='$(version)':" $(TOPSRCDIR)/setup.py + perl -i -pe "s:VERSION='[^']+':VERSION='$(version)':" $(TOPSRCDIR)/setup.py find $(static_dir) -name \*.html | xargs perl -i -pe 's:/dev/:/$(version)/:go' cd $(static_dir) && $(requirejs_dir)/build/build.sh build.js