On Mon, 2005-06-27 at 18:45 +0100, Milen Dzhumerov wrote:
> Hi all,
> 
> I want to ask if it's possible to get the API docs for the unstable gtk#
> 1.9.x 2.x? Since my current mono installation(from ubuntu universe,
> hoary) does include the default gtk# 1.0 and even Mono 1.1.8 from the
> installer, Monodoc uses the old docs so I cannot checkout the new API.
> So is there a way to, say, generate html docs for the new API or some
> other way? Any advice is greatly appreciated.

You can build them from svn. After the usual autogen/make/blah, cd to
gtk-sharp/doc directory and run:

        make assemble
        cp gtk-sharp-docs.* `pkg-config monodoc --variable=sourcesdir`

That will overwrite the ones from gtk# 1.0. I uploaded those files to
http://primates.ximian.com/~gonzalo/tmp/gtkdocs.tar.gz 

-Gonzalo



_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to