Update Makefile to find the version correctly in setup.py
This commit is contained in:
Родитель
9a00a9a445
Коммит
71b03256ce
2
Makefile
2
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче