summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRob Taylor <robtaylor@lancastria.(none)>2006-08-18 20:55:17 +0100
committerRob Taylor <robtaylor@lancastria.(none)>2006-08-18 20:55:17 +0100
commit2effafca679d6331201e7637b18888a70b958eb8 (patch)
tree4ffcecb99398fe24610924d5382304e56be36305 /Makefile.am
parente6c7815f9457757d7364463759766c85981ce207 (diff)
Commit patch to switch to gtk-doc with gtype-specialized doc and updates from
Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup. Closes #7726.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c484934..41370ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
GLIB_PC=dbus-glib-1.pc
-SUBDIRS=dbus tools test
-DIST_SUBDIRS=dbus tools test
+SUBDIRS=dbus tools test doc
+DIST_SUBDIRS=dbus tools test doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(GLIB_PC)
@@ -18,6 +18,7 @@ EXTRA_DIST = \
MAINTAINERCLEANFILES = ChangeLog
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
EXTRA_DIST += ChangeLog
.PHONY: ChangeLog $(srcdir)/ChangeLog