On Wed, 2007-12-19 at 23:00 +0530, Suman wrote: > I see this: 'Gtk Doc: no' > However, on opening the Makefile under evolution-data-server, I find > this line: > > DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc > > which was why I was concerned .. Is this expected ?
Those are custom flags to use when running "make distcheck" since creating a tarball requires that Gtk-Doc is enabled. Check the Makefile.am files under docs/reference for ENABLE_GTK_DOC and then search for the same in acinclude.m4 and you should see how the configure switch works. Matthew Barnes _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
