diff options
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 24ba0f47b71d..ae8ee1f8e901 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.149 2007/10/25 04:05:26 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.150 2007/10/25 04:06:32 dirtyepic Exp $ - 25 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0.ebuild: + 25 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> ChangeLog, Manifest: Fix docs installation. 09 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> diff --git a/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild index 82d35ab1981b..3f6a242c199b 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.3 2007/09/09 01:08:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.4 2007/10/25 04:05:26 dirtyepic Exp $ inherit eutils versionator flag-o-matic @@ -125,13 +125,15 @@ src_install() { install_wx unicode install_wx unicode-debug + dodoc "${S}"/docs/changes.txt + dodoc "${S}"/docs/gtk/readme.txt + if use doc; then - mkdir -p "${D}"usr/share/doc/${PF}/ - cp -R "${S}"/docs/* "${D}"usr/share/doc/${PF}/ + dohtml -r "${HTML_S}"/docs/html/* fi # I don't know what this is, but it's causing a collision. - rm ${D}usr/share/locale/it/LC_MESSAGES/wxmsw.mo + rm "${D}"/usr/share/locale/it/LC_MESSAGES/wxmsw.mo # This is temporary until we have the wx-config wrapper dosym /usr/bin/wx-config-2.6 /usr/bin/wx-config |