summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/qt/qt-3.3.0.ebuild')
-rw-r--r--x11-libs/qt/qt-3.3.0.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-libs/qt/qt-3.3.0.ebuild b/x11-libs/qt/qt-3.3.0.ebuild
index 57b65c9e1f03..7a8770aeb170 100644
--- a/x11-libs/qt/qt-3.3.0.ebuild
+++ b/x11-libs/qt/qt-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.3 2004/02/09 19:32:00 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.4 2004/02/09 19:45:12 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -143,12 +143,7 @@ src_install() {
dodir ${QTBASE}/doc
if [ `use doc` ]; then
- cd ${S}/doc
- for x in html flyers; do
- cp -r $x ${D}/${QTBASE}/doc
- done
-
- cp -r ${S}/doc/man ${D}/${QTBASE}
+ cp -r ${S}/doc ${D}/${QTBASE}
cp -r ${S}/examples ${D}/${QTBASE}
cp -r ${S}/tutorial ${D}/${QTBASE}
fi