summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-28 18:33:58 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-28 18:33:58 +0200
commita95376174ec70c4a75569ce6dafacb0f696b21bc (patch)
treec1b813dddd1c32efb22913cc3b2f5813e6d901ff /Makefile.in
parentupdate list (diff)
parentVersion 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3) (diff)
downloadcore-a95376174ec70c4a75569ce6dafacb0f696b21bc.tar.gz
core-a95376174ec70c4a75569ce6dafacb0f696b21bc.zip
Merge commit 'libreoffice-3.4.2.3'
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0f4d99a03c51..ac01221c5a12 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,11 +93,18 @@ endif
install:
@. ./Env.Host.sh && \
- echo "Installing in $${prefix:-@prefix@}..." && \
- ooinstall "$${prefix:-@prefix@}" && \
+ @. ./*[Ee]nv.[Ss]et.sh && \
+ echo "Installing in @INSTALLDIR@..." && \
+ ooinstall "@INSTALLDIR@" && \
echo "" && \
echo "Installation finished, you can now execute:" && \
- echo "$${prefix:-@prefix@}/program/soffice"
+ echo "@INSTALLDIR@/program/soffice"
+
+distro-pack-install: install
+ ./bin/distro-install-clean-up
+ ./bin/distro-install-desktop-integration
+ ./bin/distro-install-sdk
+ ./bin/distro-install-file-lists
dev-install:
@. ./Env.Host.sh && \