[Libreoffice-commits] .: Makefile.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 31 16:27:41 PDT 2011


 Makefile.in |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit c53fbce868f64686742fc1551860eef13b7c2fc0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jun 1 02:27:25 2011 +0300

    Tell to run LibreOffice.app on MacOSX, not soffice.bin

diff --git a/Makefile.in b/Makefile.in
index bc55b97..47d2e59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,10 +32,14 @@ dev-install:
 		build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && \
 		cd @abs_builddir@ && ln -s $$SOLARVER/$$INPATH/installation/opt/ install && \
 		echo "" && \
-        echo "Developer installation finished, you can now execute:" && \
-        echo "cd @abs_builddir@/install/program" && \
+        echo "Developer installation finished, you can now execute:"
+	@if test `uname -s` = Darwin; then \
+		echo open install/LibreOffice.app; \
+	else \
+	        echo "cd @abs_builddir@/install/program" && \
 		echo ". ooenv" && \
-		echo "./soffice.bin"
+		echo "./soffice.bin"; \
+	fi
 
 distclean: dmake/dmake at EXEEXT_FOR_BUILD@
 	@. ./*Env.Set.sh && \


More information about the Libreoffice-commits mailing list