diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-25 04:05:26 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-25 04:05:26 +0000 |
commit | 8bcd398309f6de0b729e3ce4b62bb52a182356fa (patch) | |
tree | c00629e1996dcd5e562fd2ca42ae11674b84cde6 /x11-libs | |
parent | Stable for HPPA (bug #182361). Fixed quoting issues. (diff) | |
download | gentoo-2-8bcd398309f6de0b729e3ce4b62bb52a182356fa.tar.gz gentoo-2-8bcd398309f6de0b729e3ce4b62bb52a182356fa.tar.bz2 gentoo-2-8bcd398309f6de0b729e3ce4b62bb52a182356fa.zip |
Fix docs installation.
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 813c36d7bba5..24ba0f47b71d 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # 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.148 2007/09/09 01:08:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.149 2007/10/25 04:05:26 dirtyepic Exp $ + + 25 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0.ebuild: + Fix docs installation. 09 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> files/wxGTK-2.6.4-collision.patch, wxGTK-2.6.4.0.ebuild: 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 |