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

Stephan Bergmann sbergman at redhat.com
Mon Apr 20 06:02:30 PDT 2015


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

New commits:
commit 423cfc2061babc90a61bbd97f38da13ba538396d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 20 14:49:58 2015 +0200

    Create output dir
    
    Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa

diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile
index f395228..a2e77f0 100644
--- a/odk/examples/python/toolpanel/Makefile
+++ b/odk/examples/python/toolpanel/Makefile
@@ -25,4 +25,5 @@ FILES = \
     toolpanels/poc.xdl
 
 $(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES)
+	-$(MKDIR) $(subst /,$(PS),$(@D))
 	$(SDK_ZIP) $@ $^


More information about the Libreoffice-commits mailing list