diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 14:38:48 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-05-06 14:52:18 +0100 |
commit | a1d3641e9c8ce8cfc0038e4a90da10e4e916fa74 (patch) | |
tree | 23ed871f87b7ce7ef8917bfd5b7cfd8633609ea5 /instsetoo_native | |
parent | c00e3457c1923f20da966f696fab679ace39408b (diff) |
install the new msgbox.py helper
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 5672bf2aa84c..3c93c3fdf387 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -73,7 +73,8 @@ LOCALPYFILES= \ $(BIN)$/unohelper.py \ $(BIN)$/pythonloader.py \ $(BIN)$/officehelper.py \ - $(BIN)$/mailmerge.py + $(BIN)$/mailmerge.py \ + $(BIN)$/msgbox.py .ENDIF help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US |