diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-09 20:25:32 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-09 20:25:32 -0400 |
commit | 7f821fb6f714095c431f2195eb42ea2d288f84af (patch) | |
tree | 23f90d58e5e7f64340e782de9ea5fc6b2770b0fb /docs | |
parent | 03e20e37a11971de6717c88d392362ec9e858880 (diff) | |
download | pango-7f821fb6f714095c431f2195eb42ea2d288f84af.tar.gz |
Only check doc coverage if building docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2af8767a..9e5b6062 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -154,7 +154,9 @@ endif .PHONY: dist-local-check-no-cross-references +if ENABLE_GTK_DOC TESTS = check.docs TESTS_ENVIRONMENT = srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" MAKE="$(MAKE) $(AM_MAKEFLAGS)" DOC_MODULE="$(DOC_MODULE)" REPORT_FILES="$(REPORT_FILES)" +endif -include $(top_srcdir)/git.mk |