Bug 77419 - gnome-base/librsvg-2.8.1 : installs its gtk-doc/devhelp API docs in wrong directory
Bug#: 77419 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: leroutier@gmail.com
Component: GNOME
URL: 
Summary: gnome-base/librsvg-2.8.1 : installs its gtk-doc/devhelp API docs in wrong directory
Keywords:  
Status Whiteboard: 
Opened: 2005-01-10 14:10 0000
Description:   Opened: 2005-01-10 14:10 0000
librsvg provides some html gtk-doc API docs with a .devhelp index file
devhelp won't find it because all other projects put their doc in :
/usr/share/gtk-doc/html/PROJECT[-MAJOR_VERSION]/

but librsvg puts it in :
/usr/share/doc/librsvg/html/

another unusual location is :
/usr/share/devhelp/books/PROJECT[-MAJOR_VERSION]/
but the first location is prefered (gtk-doc/html/)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Mike Gardiner (RETIRED) 2005-01-10 19:46:28 0000 -------
Confirmed.

------- Comment #2 From Stephane Loeuillet 2005-01-11 11:51:09 0000 -------
Created an attachment (id=48232) [details]
fix sent upstream

it fixes the html+devhelp docs location by patching configure.ac

i sent this patch upstream. it has been approved (but not yet applied)

------- Comment #3 From Stephane Loeuillet 2005-01-11 15:51:27 0000 -------
Created an attachment (id=48253) [details]
real fix sent upstream

argh, i attached an old version

this new one is the one approved (and working : .devhelp file name should be
the same as the directory which contains it for devhelp to see it)

------- Comment #4 From Mike Gardiner (RETIRED) 2005-01-20 01:54:38 0000 -------
Thanks for your work here Stephane, and for sending upstream. I've added a
revision 2.8.1-r1 with the fix for the gtk-doc installation.

Thanks.