diff options
-rw-r--r-- | instsetoo_native/util/makefile.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 39677d26b185..907b2e721c97 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -71,10 +71,7 @@ INSTALLDIR=$(OUT) LOCALPYFILES= \ $(BIN)$/uno.py \ $(BIN)$/unohelper.py \ - $(BIN)$/pythonloader.py \ - $(BIN)$/officehelper.py \ - $(BIN)$/mailmerge.py \ - $(BIN)$/msgbox.py + $(BIN)$/pythonloader.py .ENDIF help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US qtz |