summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-19 09:53:50 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-19 09:54:55 -0300
commit602a968c4c45f7e04acf3ce17e3a44bac609366e (patch)
tree2ce5dd954c7ad332346f2b73eac1958def5360a8
parent26ac70c37e4ea2f7e1caf8cebed3577695ce20e3 (diff)
downloadgobject-introspection-602a968c4c45f7e04acf3ce17e3a44bac609366e.tar.gz
[build] Require gtk-doc at distcheck time
This should make sure that new tarballs contain the reference documentation. https://bugzilla.gnome.org/show_bug.cgi?id=618651
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 15397065..22f9812d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = girepository giscanner tools gir docs tests examples
DIST_SUBDIRS = m4 $(SUBDIRS)
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
man_MANS = \
docs/g-ir-compiler.1 \