From: Mike Gorse Date: Wed, 23 Jul 2008 19:49:18 +0000 (-0500) Subject: Create introspection directory if it doesn't already exist X-Git-Tag: AT_SPI2_ATK_2_12_0~626^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=2667cdb09961ac466dc4cf386f2ec4fbaf18b16b;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Create introspection directory if it doesn't already exist --- diff --git a/xml/Makefile.am b/xml/Makefile.am index 163b599..eb22872 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -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)