Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 105511
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Catmur <ed@catmur.co.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105511 depends on: Show dependency tree
Bug 105511 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-10 11:22 0000
Merging pygtk with USE="doc", it installs the docs to /usr/share/doc/$P/html.
As
they are gtk-doc docs, they should be installed to /usr/share/gtk-doc/html/$PN.
(This will ensure they show up in devhelp).

Use:
        if use doc; then
                cd ${S}/../pygtk2reference
                dodir /usr/share/gtk-doc/html/${PN}
                cp -pPR * ${D}/usr/share/gtk-doc/html/${PN}/
        fi

------- Comment #1 From Ed Catmur 2005-09-10 12:16:25 0000 -------
Sorry, forgot the directory name has to be same as devhelp file.
Should be:

    if use doc; then
        cd ${S}/../
        dodir /usr/share/gtk-doc/html
        cp -pPR pygtk2reference ${D}/usr/share/gtk-doc/html/
    fi

------- Comment #2 From John N. Laliberte (RETIRED) 2005-09-11 17:59:50 0000 -------
in CVS with 2.8.0, thanks!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug