After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720681 - Documentation is not parallel installable
Documentation is not parallel installable
Status: RESOLVED FIXED
Product: libgfbgraph
Classification: Other
Component: general
0.2.x
Other All
: Normal normal
: ---
Assigned To: GFBGraph maintainer(s)
GFBGraph maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-12-18 15:10 UTC by Debarshi Ray
Modified: 2013-12-24 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Debarshi Ray 2013-12-18 15:10:19 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.
Comment 1 Álvaro Peña 2013-12-24 00:02:09 UTC
Right. fixed in master.
Comment 2 Álvaro Peña 2013-12-24 00:02:30 UTC
Thanks!