On Wed, Sep 14, 2011 at 03:29:13PM -0400, Philip Kovacs wrote:
> project
> -+liba
> -+libb
> -+docs
> --+reference
> ---+liba
> ---+libb
> 
> 
> Now, liba contains no doc references into libb, but libb contains some 
> references
> to liba.  When I build the project, as follows:
> 
> ./autogen.sh 
> ./configure --enable-gtk-doc [...]
> make
> 
> the cross references from libb into liba are _not_ created in the source tree.

Do you have

FIXXREF_OPTIONS=--extra-dir=../liba/html

in docs/references/libb/Makefile.am?  The symptoms look like you don't.

Yeti

_______________________________________________
gtk-doc-list mailing list
gtk-doc-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-doc-list

Reply via email to