mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 15:10:14 +01:00
[doc] Make "make check" build without gtk-doc
This commit is contained in:
parent
2ab77236f8
commit
856fedd235
1 changed files with 6 additions and 3 deletions
|
|
@ -50,8 +50,11 @@ include $(top_srcdir)/build/Makefile.am.gtk-doc
|
|||
|
||||
dist-hook: doc
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
check: doc
|
||||
TESTS += check-doc-coverage.sh
|
||||
endif
|
||||
|
||||
TESTS_ENVIRONMENT = srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" MAKE="$(MAKE)"
|
||||
TESTS += check-doc-coverage.sh check-doc-syntax.sh
|
||||
EXTRA_DIST += $(TESTS)
|
||||
TESTS += check-doc-syntax.sh
|
||||
EXTRA_DIST += check-doc-coverage.sh check-doc-syntax.sh
|
||||
TESTS_ENVIRONMENT = srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" MAKE="$(MAKE) $(AM_MAKEFLAGS)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue