Hello, i created a simple makefile for generating gtk-doc. Instructions: install libWebKitGtk.so (currently using -lWebKitGtk for scanning gobject) sudo ldconfig mkdir WebKit/gtk/docs cp attached-GNUmakefile WebKit/gtk/docs/GNUmakefile cd WebKit/gtk/docs make
To generate the gtk-doc properly i had to sed s/WEBKIT_API// and skip some files. This might be a serious problem for integrating gtk-doc in autotools. I think the best way is to include the GNUmakefile (will be .am) with some further changes and perform "make doc" to generate docs. Bye. -- http://lethalman.blogspot.com - Thoughts about computer technologies http://syx.googlecode.com - Smalltalk YX project http://www.ammazzatecitutti.org - E adesso ammazzateci tutti
GNUmakefile
Description: application/pak
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

