summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-11-05 13:54:04 +0000
committerAchim Gottinger <achim@gentoo.org>2001-11-05 13:54:04 +0000
commita3a09f5f9cd14f9a2695c6109028cc40a8c600e0 (patch)
tree32ab40382b7ace6b55f338e01f5ff36943843454 /app-editors
parentAdded libxslt do thedeps (diff)
downloadhistorical-a3a09f5f9cd14f9a2695c6109028cc40a8c600e0.tar.gz
historical-a3a09f5f9cd14f9a2695c6109028cc40a8c600e0.tar.bz2
historical-a3a09f5f9cd14f9a2695c6109028cc40a8c600e0.zip
Added docrc files for the css,javascript and html docs
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/quanta/quanta-2.0_pre2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild
index bfe3a192c19d..ebd22ecdf527 100644
--- a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild
+++ b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.1 2001/10/13 22:28:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.2 2001/11/05 13:54:04 achim Exp $
. /usr/portage/eclass/inherit.eclass
inherit kde || die
@@ -32,7 +32,7 @@ src_install() {
dodir ${KDEDIR}/share/apps/quanta/doc/
for x in css html javascript php; do
- cp -a ${WORKDIR}/${x}/${x} ${D}/${KDEDIR}/share/apps/quanta/doc/
+ cp -a ${WORKDIR}/${x}/*.docrc ${WORKDIR}/${x}/${x} ${D}/${KDEDIR}/share/apps/quanta/doc/
done
} \ No newline at end of file