diff options
author | Andras Timar <atimar@suse.com> | 2012-11-27 21:11:18 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-28 21:22:47 +0100 |
commit | 78234602ceb6aaaff9996240b388be12fcff968f (patch) | |
tree | ab163b8dda42463167c1477638ce9d85bfb15e7f /postprocess | |
parent | 5c34ee433b9f1191d14d64214a923b321e667a4c (diff) |
LibreLogo integration (extension -> normal code)
While efforts have been made to make LibreLogo work with Python 3.3,
there are still a few bugs, for example large Logo programs do not run
correctly and Translate button does not work. Bugfixing is in progress.
Change-Id: I4227ff86084f51047861897189d2317322296139
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 7061d801d2be..5877fe6f9c63 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -213,6 +213,7 @@ MY_FILES_main = \ $(MY_XCU)/Inet.xcu \ $(MY_XCU)/Interaction.xcu \ $(MY_XCU)/Office/Accelerators.xcu \ + $(MY_XCU)/Office/Addons.xcu \ $(MY_XCU)/Office/Calc.xcu \ $(MY_XCU)/Office/Canvas.xcu \ $(MY_XCU)/Office/Common.xcu \ |