Don't forget to minify the js during sdist

This commit is contained in:
James Laska 2014-04-24 13:22:46 -04:00
parent cdc6a4ed7c
commit 557b92ef05

View File

@ -204,7 +204,7 @@ release_clean:
-(rm *.tar)
-(rm -rf ($RELEASE))
sdist: clean
sdist: clean minjs
if [ "$(OFFICIAL)" = "yes" ] ; then \
$(PYTHON) setup.py release_build; \
else \