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

Jan Holesovsky kendy at suse.cz
Mon Feb 18 23:13:44 PST 2013


 Makefile.in |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Feb 19 08:13:14 2013 +0100

    Improve the make dev-install message.
    
    Change-Id: I331f97601234efe08d47d4716492232ada528edc

diff --git a/Makefile.in b/Makefile.in
index 925b11d..e7c47f1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -384,7 +384,11 @@ endif
 	@rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install
 	@echo
 	@echo "Developer installation finished, you can now execute:"
-	@echo "$(SRCDIR)/install/program/soffice"
+	@echo
+	@echo "  cd $(SRCDIR)/install/program"
+	@echo "  . ./ooenv"
+	@echo "  ./soffice.bin"
+
 
 dev-install-nocheck : export SKIP_TESTS := YES
 dev-install-nocheck : dev-install


More information about the Libreoffice-commits mailing list