summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Nicholson <nicholson@endlessm.com>2014-04-23 16:36:24 -0700
committerDan Nicholson <nicholson@endlessm.com>2014-04-23 17:14:50 -0700
commitfcbd2267e33460ecc9b1c434c85e376642c5626c (patch)
treedf999b5ed6db3b2e976e5976118e371c497bc6a6 /docs
parentbd214ae7985d5bc3a495ea32de4f2439561c56a0 (diff)
Use TESTS_ENVIRONMENT to support the automake on endless
AM_TESTS_ENVIRONMENT only began with automake-1.12, and we have 1.11.6 on endless. This meant that the DOC_MODULE wasn't actually being passed to the test. Just use the older TESTS_ENVIRONMENT. [endlessm/eos-sdk#953]
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/endless/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/endless/Makefile.am b/docs/reference/endless/Makefile.am
index 8047481..a344a9d 100644
--- a/docs/reference/endless/Makefile.am
+++ b/docs/reference/endless/Makefile.am
@@ -88,7 +88,7 @@ EXTRA_DIST +=
#DISTCLEANFILES +=
if ENABLE_GTK_DOC
-AM_TESTS_ENVIRONMENT = \
+TESTS_ENVIRONMENT = \
export DOC_MODULE=$(DOC_MODULE); \
export DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE); \
export SRCDIR=$(abs_srcdir); \