diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 33f9f3e..3c52a29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,10 @@ -SUBDIRS = data \ - src \ - example \ - tests +SUBDIRS = data \ + src \ + docs \ + example \ + tests -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-gtk-doc dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |