diff options
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 |