diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-08-20 16:43:34 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-20 16:43:34 +0200 |
commit | 5260ed6bed2cb4d88007b87e7cae8f14ff37d0be (patch) | |
tree | b0c031cb6ffb85c7ff9b4711d0399769ee294a29 /Makefile.in | |
parent | 79d3f8c12517a5e14bf2e8fcb00859b0680dfc35 (diff) |
Make ./configure & friends more user friendly.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index be50d1d4034d..db9849b4e6f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,3 +15,10 @@ clean: . ./*Env.Set.sh && \ dmake clean +dev-install: + . ./*Env.Set.sh && \ + cd @SRC_ROOT@/instsetoo_native/util && \ + LOCALINSTALLDIR=@SRC_ROOT@/install dmake openoffice_en-US PKGFORMAT=installed && \ + $SOLARENV/bin/linkoo @SRC_ROOT@/install @SRC_ROOT@ && \ + echo && \ + echo "Developer installation finished in @SRC_ROOT@" |