From 8b9a5a1a5ce4cb0eb28b9d89129a867dda511c17 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 15 Aug 2011 12:00:38 +0200 Subject: tests/doctool: Add the right -expected files to dist --- tests/doctool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1