GNOME Bugzilla – Bug 720681
Documentation is not parallel installable
Last modified: 2013-12-24 00:02:30 UTC
Version 0.2.2 provides gtk-doc generated developer documentation which is awesome. However, they are installed in ${datadir}/gtk-doc/html/gfbgraph instead of ${datadir}/gtk-doc/html/gfbgraph-0.2. Having the -0.2 suffix would let the 0.2.x series be parallel installable with future 0.3.x series which might have a different API or ABI. Other components of gfbgraph (eg., *.pc, headers, shared objects, *.gir) already have this API version suffix, so it is only the documentation that needs fixing.
Right. fixed in master.
Thanks!