[gobject-introspection] build: make it clear generated documentation goes in $(builddir)
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] build: make it clear generated documentation goes in $(builddir)
- Date: Mon, 6 May 2013 23:52:15 +0000 (UTC)
commit 452f1db1e52949e7fb883e69912ee64bb73a8743
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Thu Apr 18 17:32:29 2013 +0200
build: make it clear generated documentation goes in $(builddir)
https://bugzilla.gnome.org/show_bug.cgi?id=699532
tests/scanner/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index faf2947..70dfef1 100644
--- a/tests/scanner/Makefile.am
+++ b/tests/scanner/Makefile.am
@@ -160,18 +160,18 @@ CLEANFILES += $(MALLARD_CLEAN)
%-C: %.gir
$(AM_V_GEN)
- $(AM_V_at)rm -rf $*-C
- $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language C $*.gir -o $*-C/
+ $(AM_V_at)rm -rf $(builddir)/$*-C
+ $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language C $*.gir -o
$(builddir)/$*-C/
%-Python: %.gir
$(AM_V_GEN)
- $(AM_V_at)rm -rf $*-Python
- $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language Python $*.gir -o
$*-Python/
+ $(AM_V_at)rm -rf $(builddir)/$*-Python
+ $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language Python $*.gir -o
$(builddir)/$*-Python/
%-Gjs: %.gir
$(AM_V_GEN)
- $(AM_V_at)rm -rf $*-Gjs
- $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language Gjs $*.gir -o $*-Gjs/
+ $(AM_V_at)rm -rf $(builddir)/$*-Gjs
+ $(AM_V_at)$(INTROSPECTION_DOCTOOL) $(INTROSPECTION_DOCTOOL_ARGS) --language Gjs $*.gir -o
$(builddir)/$*-Gjs/
%-C.page.check: %-C
@diff -u -w -B -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]