diff options
author | Ted Gould <ted@gould.cx> | 2013-06-07 22:47:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-07 22:47:40 -0500 |
commit | 27a81fb59509b485fc37df4b56a48a6c1a944b0e (patch) | |
tree | ca7998aad9417fd5bd9b6e3e3821a51febf5aa9e /docs | |
parent | 955ce2e52b3e3b096a03c1b0f885ea8a522c7bdf (diff) | |
download | libayatana-appindicator-27a81fb59509b485fc37df4b56a48a6c1a944b0e.tar.gz libayatana-appindicator-27a81fb59509b485fc37df4b56a48a6c1a944b0e.tar.bz2 libayatana-appindicator-27a81fb59509b485fc37df4b56a48a6c1a944b0e.zip |
Going back to the environment style
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 1788967..86483a6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -116,18 +116,8 @@ EXTRA_DIST += version.xml.in libappindicator-docs.sgml.in # Comment this out if you want 'make check' to test you doc status # and run some sanity checks if ENABLE_GTK_DOC - TESTS_ENVIRONMENT = cd $(srcdir) && \ +TESTS_ENVIRONMENT = cd $(srcdir) && \ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) - -TESTS = gtkdoc-in-srcdir - -gtkdoc-in-srcdir: Makefile.am - @echo "#!/bin/sh" > $@ - @echo "cd \"$(srcdir)\"" >> $@ - @echo "$(GTKDOC_CHECK)" >> $@ - @chmod +x $@ - -DISTCLEANFILES = gtkdoc-in-srcdir - +TESTS = $(GTKDOC_CHECK) endif |