diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-07 15:46:42 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-07 15:53:07 +0100 |
commit | 1658c1f23a68635a1d67105ebf1a7023df8788c0 (patch) | |
tree | 0a59f0fd8845aa5919c75919d21cb63dcc677773 /instsetoo_native | |
parent | 2acd8fbac96959f5456d0d59bbc15db0786dab5a (diff) |
dont do fancy stuff with files that are in zips instsetoo_native for now
Diffstat (limited to 'instsetoo_native')
-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 |