summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-12-01 10:47:46 +0100
committerJan Holesovsky <kendy@suse.cz>2010-12-01 11:14:57 +0100
commit9c0035f02407b5e02f7e0a15988b4fd061961874 (patch)
treefd715cfe3677987419b0a6c95d7d9e7ac673b0d0 /set_soenv.in
parenttinbuild: Move it from the build repo to bootstrap. (diff)
downloadcore-9c0035f02407b5e02f7e0a15988b4fd061961874.tar.gz
core-9c0035f02407b5e02f7e0a15988b4fd061961874.zip
Makefile.in: Introduce the 'install' target.
You can use it like 'make install', or 'make install prefix=/path', to override what has been set by ./configure.
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index ee227a3975f8..c7d272945e78 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2160,7 +2160,8 @@ print "*********************************************************".
"******************* $newline";
print "To build, issue:\nmake\n\n";
-print "For the developer installation, issue:\nmake dev-install\n\n";
+print "To install when the build is finished, issue:\nmake install\n\n";
+print "If you want to develop LibreOffice, you might prefer:\nmake dev-install\n\n";
$bootfile = "bootstrap";
open( OUT, ">$bootfile" ) ||