[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann sbergman at redhat.com
Mon Dec 1 06:32:44 PST 2014


 odk/examples/python/toolpanel/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 542120c30672144a6ad536909b7f4740d3a6112f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 1 15:32:05 2014 +0100

    Generate oxt in OUT_BIN
    
    Change-Id: Idb4569c64060ef9d60e0d090cf46b053a252d750

diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile
index 3a1d93a..f395228 100644
--- a/odk/examples/python/toolpanel/Makefile
+++ b/odk/examples/python/toolpanel/Makefile
@@ -24,5 +24,5 @@ FILES = \
     toolpanel.py \
     toolpanels/poc.xdl
 
-toolpanel.oxt: $(FILES)
+$(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES)
 	$(SDK_ZIP) $@ $^


More information about the Libreoffice-commits mailing list