Kaydet (Commit) e93a7cff authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Improve instructions printed at end

Using "issue" instead of "run", but not consistently, is silly.

There is no instdir/program/soffice on OS X.

Change-Id: Ic94a969b268981981842101ed9c530a8f4211a15
üst 6dcd81f8
......@@ -13150,10 +13150,10 @@ fi
cat << _EOF
****************************************************************************
To build, issue:
To build, run:
$GNUMAKE
For details, run:
To view some help, run:
$GNUMAKE help
_EOF
......@@ -13161,9 +13161,16 @@ _EOF
if test $_os != WINNT -a "$CROSS_COMPILING" != TRUE; then
cat << _EOF
After the build has finished, you can immediately run it using:
instdir/program/soffice
_EOF
if test $_os = Darwin; then
echo open instdir/$PRODUCTNAME.app
else
echo instdir/program/soffice
fi
cat << _EOF
If you want to run the smoketest, issue:
If you want to run the smoketest, run:
$GNUMAKE check
_EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment