summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-02 15:14:34 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-09 16:47:13 +0000
commitba8ff71f4f51ceea3cd4828c5c6203748fee74ac (patch)
tree02af214f315e174e6bdea9d555981c110b706bae /Makefile
parent46fac777dc5229066ee9929accc52468f289f627 (diff)
Remove more unused variables from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 23173172..3f65aa23 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,6 @@ PYTHON = python
XMLS = $(wildcard spec/*.xml)
TEMPLATES = $(wildcard doc/templates/*)
-INTERFACE_XMLS = $(filter spec/[[:upper:]]%.xml,$(XMLS))
-
-TEST_XMLS = $(wildcard test/input/*.xml)
-TEST_INTERFACE_XMLS = test/input/_Test.xml
RST = \
doc/cmcaps.txt \
@@ -46,7 +42,7 @@ all: $(GENERATED_FILES)
CHECK_FOR_UNRELEASED = NEWS $(filter-out spec/template.xml,$(XMLS))
-check: all $(TEST_GENERATED_FILES) FIXME.out
+check: all FIXME.out
@version="`sed -ne s'!<tp:version>\(.*\)</tp:version>!\1!p' spec/all.xml`";\
case "$$version" in \
*.*.*.*) ;; \