diff options
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 |