[gobject-introspection] tests/doctool: Better way of copying the .gir
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] tests/doctool: Better way of copying the .gir
- Date: Mon, 15 Aug 2011 13:53:12 +0000 (UTC)
commit dd2235d36ecf648e1074839bf9944233af03929f
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date: Mon Aug 15 15:52:04 2011 +0200
tests/doctool: Better way of copying the .gir
tests/doctool/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 21d1e7a..373fa33 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -1,16 +1,16 @@
include $(top_srcdir)/common.mk
-GIRepository-2.0.gir:
- cp ../../GIRepository-2.0.gir .
-
GIRS = GIRepository-2.0.gir
CHECK_TARGETS = $(GIRS:.gir=-C.page.check) $(GIRS:.gir=-Python.page.check)
MALLARD_DIRS = $(GIRS:.gir=-C) $(GIRS:.gir=-Python)
EXPECTED_MALLARD_DIRS = $(MALLARD_DIRS:=-expected)
-CLEANFILES = $(MALLARD_DIRS)
+CLEANFILES = $(MALLARD_DIRS) $(GIRS)
BUILT_SOURCES = $(MALLARD_DIRS)
EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
+%.gir:
+ cp ../../$*.gir .
+
%-C: %.gir
mkdir $*-C && $(INTROSPECTION_DOCTOOL) --language C --format mallard $*.gir -o $*-C/index.page && echo " GEN $*-C/index.page"
@@ -18,9 +18,9 @@ EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
mkdir $*-Python && $(INTROSPECTION_DOCTOOL) --language Python --format mallard $*.gir -o $*-Python/index.page && echo " GEN $*-Python/index.page"
%-C.page.check: %-C
- @diff -u -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C"
+ @diff -u -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C" && rm -rf $*-C
%-Python.page.check: %-Python
- @diff -u -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python"
+ @diff -u -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python" && rm -rf $*-Python
check-local: $(CHECK_TARGETS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]