GNOME Bugzilla – Bug 476926
Evolution has a Gtk-Doc configure option, but we don't ship any Gtk-Doc content
Last modified: 2013-09-13 00:55:34 UTC
Evolution supports an --enable-gtk-doc configure option, but the only Gtk-Doc content is in devel-docs/camel (Camel API) and doc/devel (Evolution Developer Guide), neither of which we ship. The Camel docs can obviously be killed. These live in E-D-S now. I suggest moving the Developer Guide sources to the gnomeweb-wml module (if they're not there already), and then remove the Gtk-Doc configure option.
Created attachment 95595 [details] [review] configure.in patch This patch removes the --enable-gtk-doc configure option, as well as the Gtk-Doc messages at the end of the configure script.
What do you mean by kill Camel docs? We shouldn't remove it from svn of course. Anyways We can push this to head.
There's two sets of Camel docs: evolution-data-server/docs/reference/camel evolution/devel_docs/camel The latter is an artifact of when Camel lived in Evolution several years ago. The docs are severely out of date, and redundant. The real docs now live in Evolution Data Server. I'm suggesting we remove the obsolete Camel docs from Evolution. Also, what do you think about moving the Developer Guide in evolution/doc/devel to the project website? It too looks out of date but it has a better chance of being updated if people can actually see it.
Committed patch to Subversion trunk (revision 34321). We should move the discussion about what to do with the unshipped docs that are still in trunk to bug #478704.