summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-10-25 04:06:32 +0000
committerRyan Hill <rhill@gentoo.org>2007-10-25 04:06:32 +0000
commit9662397a30f29b0d03ea06031d3be49391510899 (patch)
tree77d4c043c3adfbecba00ac8a90883e015d8592dc
parentFix docs installation. (diff)
downloadhistorical-9662397a30f29b0d03ea06031d3be49391510899.tar.gz
historical-9662397a30f29b0d03ea06031d3be49391510899.tar.bz2
historical-9662397a30f29b0d03ea06031d3be49391510899.zip
Fix docs installation.
Package-Manager: portage-2.1.3.16
-rw-r--r--x11-libs/wxGTK/ChangeLog4
-rw-r--r--x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild10
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