Skip to content

Commit

Permalink
doc: Improve gtkdoc-check environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocrete committed Mar 31, 2017
1 parent 0c36a42 commit 0e52009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/libnice/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ states.png: states.gv
dot -Tpng -Gsize=9.6,2.9\! -Gdpi=200 $^ > $@

if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(builddir) &&
TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
TESTS = $(GTKDOC_CHECK)
endif

0 comments on commit 0e52009

Please sign in to comment.