Description of problem: $ pkg-config --variable=htmlrefdir "sigc++-2.0" /usr/share/doc/libsigc++-2.0/reference/html But documentation is installed in /usr/share/gtk-doc/html/libsigc++-2.0/reference/html Both should be consistent. This breaks link from others documentation I think, than if relocation is wanted, it must be done before install (patching Makefile.in) not after.
i'll fix this in a jiffy.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Haïkel fixed it for the whole gtkmm stach in F15 and rawhide so that the documentation gets installed in /usr/share/doc/<pkgname>-<apiversion>/reference/html/ which matches with pkg-config's htmlrefdir variable.