<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>105511</bug_id>
          
          <creation_ts>2005-09-10 11:22 0000</creation_ts>
          <short_desc>pygtk should install docs to gtk-doc</short_desc>
          <delta_ts>2005-09-11 17:59:50 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>GNOME</component>
          <version>2005.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ed@catmur.co.uk</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>ed@catmur.co.uk</who>
            <bug_when>2005-09-10 11:22:48 0000</bug_when>
            <thetext>Merging pygtk with USE=&quot;doc&quot;, 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</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ed@catmur.co.uk</who>
            <bug_when>2005-09-10 12:16:25 0000</bug_when>
            <thetext>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
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>allanonjl@gentoo.org</who>
            <bug_when>2005-09-11 17:59:50 0000</bug_when>
            <thetext>in CVS with 2.8.0, thanks!</thetext>
          </long_desc>
      
    </bug>

</bugzilla>