aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-06-17 16:58:32 +0300
committerGergely Risko <gergely+context@risko.hu>2009-06-17 16:58:32 +0300
commitf16aae6a44a52dc7f416904e37307f3b734db0ba (patch)
treea9cccf41d314c0c1c38e7d050f6b2c48cf39b27b /spec
parentd731a807342f3f42a4619b6d0ebddaf030ccc632 (diff)
build system cleanup, first try
Diffstat (limited to 'spec')
-rw-r--r--spec/Makefile.am16
1 files changed, 6 insertions, 10 deletions
diff --git a/spec/Makefile.am b/spec/Makefile.am
index cbd371e7..66078711 100644
--- a/spec/Makefile.am
+++ b/spec/Makefile.am
@@ -1,5 +1,3 @@
-NULL =
-
dist_noinst_DATA = context.valid.stamp $(INTROSPECT)
htmldir = $(datadir)/doc/contextkit/html/
@@ -16,13 +14,11 @@ SPEC_TOOLS = spec-to-introspect.xsl \
INTERFACES = \
Manager.xml \
- Subscriber.xml \
- $(NULL)
+ Subscriber.xml
SPEC_FILES = \
$(INTERFACES) \
- generic-types.xml \
- $(NULL)
+ generic-types.xml
INTROSPECT = $(INTERFACES:%.xml=introspect/%.xml)
@@ -61,14 +57,14 @@ EXTRA_DIST = \
context.xml \
context.xsd \
$(SPEC_TOOLS) \
- myfilter.conf \
- $(NULL)
+ myfilter.conf
MAINTAINERCLEANFILES = \
$(INTROSPECT) \
context.valid.stamp \
context-properties.html \
contextkit.html \
- context-provider-schema.html \
- $(NULL)
+ context-provider-schema.html
+maintainer-clean-local:
+ rmdir introspect