summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 12:00:38 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-08-15 12:00:38 +0200
commit8b9a5a1a5ce4cb0eb28b9d89129a867dda511c17 (patch)
tree7b4e31efdf1110e18f0e71205d0d39092475c103
parent63256f96849cc439c0e5c36379fc1fdf3b64b8cd (diff)
downloadgobject-introspection-8b9a5a1a5ce4cb0eb28b9d89129a867dda511c17.tar.gz
tests/doctool: Add the right -expected files to dist
-rw-r--r--tests/doctool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 46e54beb..75ca4bc7 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -5,7 +5,7 @@ GIRepository-2.0.gir:
GIRS = GIRepository-2.0.gir
CHECKXML = $(GIRS:.gir=-C.xml.check) $(GIRS:.gir=-Python.xml.check)
-DOCBOOKFILES = $(GIRS:.gir=.xml)
+DOCBOOKFILES = $(GIRS:.gir=-C.xml) $(GIRS:.gir=-Python.xml)
EXPECTEDDOCBOOKFILES = $(DOCBOOKFILES:.xml=-expected.xml)
CLEANFILES = $(DOCBOOK_FILES)
BUILT_SOURCES = $(DOCBOOK_FILES)