From 2667cdb09961ac466dc4cf386f2ec4fbaf18b16b Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Wed, 23 Jul 2008 14:49:18 -0500 Subject: [PATCH] Create introspection directory if it doesn't already exist --- xml/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4