summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-08-09 10:35:19 +0200
committerDavid Tardon <dtardon@redhat.com>2011-08-22 17:30:19 +0200
commit22ccd4da8610efe98cef3adabb60c761e625e6cd (patch)
tree486431e54f1df96606deecefc9cf7ebe7efa0969 /Makefile.in
parentadd gdb pretty printers (diff)
downloadcore-22ccd4da8610efe98cef3adabb60c761e625e6cd.tar.gz
core-22ccd4da8610efe98cef3adabb60c761e625e6cd.zip
install gdb pretty printers
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 72ef75857d8e..6ea879e460b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,7 +30,8 @@ install:
ooinstall "@INSTALLDIR@" && \
echo "" && \
echo "Installation finished, you can now execute:" && \
- echo "@INSTALLDIR@/program/soffice"
+ echo "@INSTALLDIR@/program/soffice" && \
+ install-gdb-printers -a "@INSTALLDIR@"
distro-pack-install: install
./bin/distro-install-clean-up
@@ -46,6 +47,7 @@ dev-install:
cd @abs_builddir@ && ln -s $$SOLARVER/$$INPATH/installation/opt/ install && \
echo "" && \
$$SOLARENV/bin/linkoo $$SRC_ROOT/install $$SRC_ROOT && \
+ install-gdb-printers -a "$$SOLARVER/$$INPATH/installation/opt" -L && \
echo && echo "Developer installation finished, you can now execute:" && echo && \
if test `uname -s` = Darwin; then \
echo open install/LibreOffice.app; \