]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
Merge branch 'maint-rm48' into rm48/master
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Dec 2014 10:53:24 +0000 (11:53 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Dec 2014 10:53:24 +0000 (11:53 +0100)
Makefile

index 67c74135100feb02e783a0f6ce31a43dabe4a083..f2e76c72f78e07220ef4edb3b1ece7288d6bc665 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,11 @@ RELEASE_PREFIX = rpp-simulink
 include rpp/lib/common.mk
 
 release: $(RELEASE_BASENAME).zip
+       $(MAKE) -C rpp/lib release
+       cp rpp/lib/rpp-lib-*.zip .
+       $(MAKE) -C doc/test-sw release
+       cp doc/test-sw/rpp-test-*.zip .
+       cp doc/rpp_simulink.pdf rpp_simulink-$(RELEASE_VERSION).pdf
 
 $(RELEASE_BASENAME):: lib
        mkdir -p $@