Create introspection directory if it doesn't already exist
authorMike Gorse <mgorse@boston.site>
Wed, 23 Jul 2008 19:49:18 +0000 (14:49 -0500)
committerMike Gorse <mgorse@boston.site>
Wed, 23 Jul 2008 19:49:18 +0000 (14:49 -0500)
xml/Makefile.am

index 163b599..eb22872 100644 (file)
@@ -37,6 +37,7 @@ CLEANFILES = spec.xml
 INTROSPECT_FILES = $(addprefix introspection/,$(patsubst %.xml,%,$(filter org.freedesktop.atspi%,$(XML_SPEC))))
 
 $(INTROSPECT_FILES): introspection/%: %.xml ../tools/spec-to-introspect.xsl
+       @mkdir -p introspection
        xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@
 
 introspectdir = $(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH)