[gobject-introspection/gir-docbook] tests/doctool: Add an echo while building the docbook



commit 23907369898dad873f1f340287e9eece4da1a322
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Thu Aug 11 16:51:37 2011 +0200

    tests/doctool: Add an echo while building the docbook

 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 48ee1ce..052b834 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]