diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-02-19 08:05:25 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-02-19 08:06:46 +0100 |
commit | bbca22229e65835354754855ff4683c6d23a577c (patch) | |
tree | d0eb08657ba87513fe884d1ff2022efd892e3add /Makefile.in | |
parent | 6c8f448cffb88cbd320f6c694a296d6762426b36 (diff) |
Reintroduce message how to run the build after make dev-install.
Change-Id: I78f8073b4a5f1cb8d8b9ec499db95e51b035b225
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c22bc3986519..925b11daef98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -382,6 +382,9 @@ else endif 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" dev-install-nocheck : export SKIP_TESTS := YES dev-install-nocheck : dev-install |