extras/CustomTarget_glade.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 082bdb41882533dd7bc2a20597d203c2ab8c0cfb
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Mar 14 15:45:51 2013 +0100

    Make sure output dir exsits for xsltproc
    
    Change-Id: I79822e46a56b8ff65e3c806462fa1d93688c39d1

diff --git a/extras/CustomTarget_glade.mk b/extras/CustomTarget_glade.mk
index 89d452e..8cb04dc 100644
--- a/extras/CustomTarget_glade.mk
+++ b/extras/CustomTarget_glade.mk
@@ -19,6 +19,7 @@ $(call 
gb_CustomTarget_get_workdir,extras/source/glade)/libreoffice-catalog.xml
         | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSLT,4)
        $(call gb_Helper_abbreviate_dirs, \
+       mkdir -p $(dir $@) && \
        $(call gb_ExternalExecutable_get_command,xsltproc) --nonet \
                -o $@ $(SRCDIR)/extras/source/glade/makewidgetgroup.xslt $< \
        )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to