diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-08-11 16:51:37 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2011-08-11 17:00:37 +0200 |
commit | 23907369898dad873f1f340287e9eece4da1a322 (patch) | |
tree | efb07d27943ba337368923f217a0510898222ddf /tests | |
parent | 0fdcc02f2b8a6882127487d1773dd62def6cbc8f (diff) | |
download | gobject-introspection-23907369898dad873f1f340287e9eece4da1a322.tar.gz |
tests/doctool: Add an echo while building the docbook
Diffstat (limited to 'tests')
-rw-r--r-- | tests/doctool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am index 48ee1cec..052b8346 100644 --- a/tests/doctool/Makefile.am +++ b/tests/doctool/Makefile.am @@ -12,7 +12,7 @@ BUILT_SOURCES = $(DOCBOOK_FILES) EXTRA_DIST = $(EXPECTEDDOCBOOKFILES) %.xml: %.gir - @g-ir-doc-tool $*.gir -o $*.xml + @g-ir-doc-tool $*.gir -o $*.xml && echo " GEN $*.xml" %.xml.check: %.xml @diff -u -U 10 $(srcdir)/$*-expected.xml $*.xml && echo " TEST $*.xml" |