[Libreoffice-commits] core.git: Makefile.in

Luboš Luňák l.lunak at suse.cz
Tue Feb 19 06:24:36 PST 2013


 Makefile.in |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit f37df270f1a984f0a6138f4f22fc79a50e71dcc2
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Feb 19 15:22:03 2013 +0100

    Revert "Improve the make dev-install message."
    
    The one command running the soffice wrapper that does also
    some extra work is the usual and simple case, running soffice.bin
    is needed only when launching LO in gdb.
    
    This reverts commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438.
    
    Conflicts:
    	Makefile.in

diff --git a/Makefile.in b/Makefile.in
index 0eedd22..45c2927 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -386,9 +386,7 @@ ifeq ($(OS),LINUX)
 	@echo
 	@echo "Developer installation finished, you can now execute:"
 	@echo
-	@echo "  cd $(SRCDIR)/install/program"
-	@echo "  . ./ooenv"
-	@echo "  ./soffice.bin"
+	@echo "$(SRCDIR)/install/program/soffice"
 else ifeq ($(OS),MACOSX)
 	@echo
 	@echo "Developer installation finished, you can now run:"


More information about the Libreoffice-commits mailing list