From: Matthias Clasen Date: Wed, 8 Aug 2012 13:55:29 +0000 (-0400) Subject: Make --enable-man and --enable-gtk-doc independent X-Git-Tag: 2.33.10~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce531302cd3b562a284da24ef425108d3466a7fb;p=platform%2Fupstream%2Fglib.git Make --enable-man and --enable-gtk-doc independent Previously, --enable-man --disable-gtk-doc would silently skip man page generation, because we didn't even desdend into docs/reference. Fix this by always going there. https://bugzilla.gnome.org/show_bug.cgi?id=681336 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 03580e8..2349f44 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,9 +1,7 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -if ENABLE_GTK_DOC SUBDIRS = reference -endif EXTRA_DIST += debugging.txt macros.txt