[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - Makefile.am

Jan Holesovsky kendy at collabora.com
Thu Jun 15 08:59:41 UTC 2017


 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 517e3f8632d0301cc586dd7934203c01fb4ac62e
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Wed May 24 17:35:45 2017 +0200

    Let's always descent to loleaflet, and run make there.
    
    It is so easy to forget :-(
    
    Change-Id: I8922a7a21a526ca92878efaf8555ccf27de8e462
    Reviewed-on: https://gerrit.libreoffice.org/37993
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/Makefile.am b/Makefile.am
index d9d6fed4..e9b11ad8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -213,6 +213,7 @@ all-local: loolforkit @JAILS_PATH@ $(SYSTEM_STAMP)
 	else \
 	    echo "Skipping capability setting"; \
 	fi
+	( cd loleaflet && make )
 
 # just run the build without any tests
 build-nocheck: all-am


More information about the Libreoffice-commits mailing list