diff -r 1f0034e370aa -r 71ad690e91f5 build/makefile --- a/build/makefile Fri Sep 17 16:44:34 2010 +0300 +++ b/build/makefile Mon Oct 04 11:29:25 2010 +0300 @@ -94,7 +94,9 @@ $(ANT) -f $(JAVA_SRC_ROOT)/build/utilities.xml -q -Dtarget.platform=$(PLATFORM) -Dtarget.cfg=$(VARIANT) clean.api.jars # Release build for build automation (sbs case is optimized to build on one go) -releasebuild: build_all +releasebuild: build_all sis + +sis: ifeq ($(BUILDENV),symbian) $(MAKE) -C $(JAVA_SRC_ROOT)/build/sis all deploy endif