diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-02-18 22:08:06 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-18 22:08:06 +0100 |
commit | 72d2efe46807edb9d643bbd172eefb7ef4fa076b (patch) | |
tree | 156d8e18c7926b2b7fb47e88f30aaa167e934b9f /instsetoo_native/util/makefile.mk | |
parent | d1ac976ce2b76ea17e13cf5863a493a38ea95eda (diff) |
Fix build of master without Python scripting.
Diffstat (limited to 'instsetoo_native/util/makefile.mk')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index da4478cb49f5..d13c43401172 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -71,9 +71,13 @@ INSTALLDIR=$(OUT) LOCALPYFILES= \ $(BIN)$/uno.py \ $(BIN)$/unohelper.py \ - $(BIN)$/pythonloader.py \ + $(BIN)$/pythonloader.py + +.IF "$(ENABLE_SCRIPTING_PYTHON)" == "YES" +LOCALPYFILES+= \ $(BIN)$/officehelper.py \ $(BIN)$/mailmerge.py +.ENDIF xxxx: echo $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) --arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product LibreOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) $(PRJ)$/util$/update.xml |