summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-09-19 12:43:11 +0200
committerJan Holesovsky <kendy@collabora.com>2013-09-19 12:43:45 +0200
commit0b498f34972451cfa6e39ea15807c6a2a2afb95a (patch)
tree864e8a18bd6485412bab07c36cd50fd39d30160e /configure.ac
parent9960535bf562e91c19e119cbbcbefe07ac6ddb39 (diff)
Don't advertise make dev-install any more.
Change-Id: I171c7e3e55b7f23d331dd1769428fb684fe214eb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 5 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 93880f8c0792..75a402e2f6ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12648,22 +12648,19 @@ fi
cat << _EOF
****************************************************************************
+
To build, issue:
$GNUMAKE
-run: $GNUMAKE help
-for details
+For details, run:
+$GNUMAKE help
_EOF
if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
cat << _EOF
-
-To install when the build is finished, issue:
-$GNUMAKE install
-
-If you want to develop LibreOffice, you might prefer:
-$GNUMAKE dev-install
+After the build has finished, your can immediately run it using:
+instdir/*/program/soffice
If you want to run the smoketest, issue:
$GNUMAKE check