summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-02-19 08:13:14 +0100
committerJan Holesovsky <kendy@suse.cz>2013-02-19 08:13:14 +0100
commiteee2fe2e7efe1476d363bfb36b09d7e0d4042438 (patch)
treef8790f589f9e9e0f62db1e05d52ec9473d061b69
parentbbca22229e65835354754855ff4683c6d23a577c (diff)
Improve the make dev-install message.
Change-Id: I331f97601234efe08d47d4716492232ada528edc
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 925b11daef98..e7c47f1994fb 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