aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-07-22 14:12:43 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-07-22 17:38:56 +0300
commit9d6cdfbc6622a9a8cbb803eb33f37bf4b2679ee0 (patch)
tree10cc9ca8c5ec20304ebf9a529838f764c5bd9665 /spec
parentf473eae6767f7a4ce7e50d113b55e9c469c5489e (diff)
Renamed context.xml to core.context and install it.
Diffstat (limited to 'spec')
-rw-r--r--spec/Makefile.am8
-rw-r--r--spec/core.context (renamed from spec/context.xml)0
2 files changed, 5 insertions, 3 deletions
diff --git a/spec/Makefile.am b/spec/Makefile.am
index 66078711..e22b2413 100644
--- a/spec/Makefile.am
+++ b/spec/Makefile.am
@@ -3,6 +3,9 @@ dist_noinst_DATA = context.valid.stamp $(INTROSPECT)
htmldir = $(datadir)/doc/contextkit/html/
dist_html_DATA = context-properties.html contextkit.html context-provider-schema.html
+contextdir = $(datadir)/contextkit/
+dist_context_DATA = core.context
+
XSLTPROC = xsltproc --xinclude --nonet
DROP_NAMESPACE = perl -pe '$$hash = chr(35); s{xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec$${hash}extensions-v0"}{}g'
RST2HTML = rst2html
@@ -32,13 +35,13 @@ $(INTROSPECT): introspect/%.xml: %.xml spec-to-introspect.xsl
# Validating our core property list
-context.valid.stamp: context.xsd context.xml
+context.valid.stamp: context.xsd core.context
$(XMLLINT) $^
touch $@
# Creating docs from a property declaration file
-context-properties.html: context.xml context2asciidoc.pl
+context-properties.html: core.context context2asciidoc.pl
$(srcdir)/context2asciidoc.pl < $< | asciidoc -f $(srcdir)/myfilter.conf -o $@ -
# Creating docs from a DbusSpec
@@ -54,7 +57,6 @@ context-provider-schema.html: context.xsd
EXTRA_DIST = \
$(SPEC_FILES) \
all.xml \
- context.xml \
context.xsd \
$(SPEC_TOOLS) \
myfilter.conf
diff --git a/spec/context.xml b/spec/core.context
index f2e4a1f5..f2e4a1f5 100644
--- a/spec/context.xml
+++ b/spec/core.context