Makefile.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438
Author: Jan Holesovsky <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits