diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-02-19 08:13:14 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-02-19 08:13:14 +0100 |
commit | eee2fe2e7efe1476d363bfb36b09d7e0d4042438 (patch) | |
tree | f8790f589f9e9e0f62db1e05d52ec9473d061b69 /Makefile.in | |
parent | bbca22229e65835354754855ff4683c6d23a577c (diff) |
Improve the make dev-install message.
Change-Id: I331f97601234efe08d47d4716492232ada528edc
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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 |