odk/examples/python/toolpanel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 542120c30672144a6ad536909b7f4740d3a6112f Author: Stephan Bergmann <[email protected]> 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) $@ $^ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
