[totem-pl-parser] Fix the test environment for gtk-doc master
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Fix the test environment for gtk-doc master
- Date: Wed, 15 Sep 2010 20:30:26 +0000 (UTC)
commit 178cc697bd65fd21b4cc0209c3b24554d5fa037d
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Sep 15 21:29:25 2010 +0100
Fix the test environment for gtk-doc master
docs/reference/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 76fc0ee..a2315d0 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -100,6 +100,8 @@ include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += version.xml.in
if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(srcdir) &&
+TESTS_ENVIRONMENT = \
+ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
+ cd $(srcdir) &&
TESTS = $(GTKDOC_CHECK)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]