summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-07-09 08:21:03 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-07-09 08:21:03 +0000
commit51f0c6611372324fc50fc7e504e9f3ae6a233dba (patch)
tree00f287340df45e159d736388d551ece39de546c5 /app-text/ots
parentnew package for open source text summariser (diff)
downloadgentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.tar.gz
gentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.tar.bz2
gentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.zip
slight tweak
Diffstat (limited to 'app-text/ots')
-rw-r--r--app-text/ots/Manifest2
-rw-r--r--app-text/ots/ots-0.2.0.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/ots/Manifest b/app-text/ots/Manifest
index d468e9cdd1ac..c40b99c0e054 100644
--- a/app-text/ots/Manifest
+++ b/app-text/ots/Manifest
@@ -1,3 +1,3 @@
-MD5 b6dca1bc0a76a3a109fb8e2e0656990c ots-0.2.0.ebuild 746
+MD5 b2c0bd7280e0fe27f2acfb8289e403ba ots-0.2.0.ebuild 762
MD5 14c76ee73246f5ee4b3c061c3f69d6c9 ChangeLog 432
MD5 2279a8a9b28185c308ce194d2d615076 files/digest-ots-0.2.0 61
diff --git a/app-text/ots/ots-0.2.0.ebuild b/app-text/ots/ots-0.2.0.ebuild
index 019bae6c6e67..7667ae70d49d 100644
--- a/app-text/ots/ots-0.2.0.ebuild
+++ b/app-text/ots/ots-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.2.0.ebuild,v 1.1 2003/07/09 08:16:53 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.2.0.ebuild,v 1.2 2003/07/09 08:20:44 seemant Exp $
IUSE=""
@@ -26,7 +26,8 @@ src_install() {
rm -rf ${D}/usr/share/doc/libots
- dohtml -r html
-
dodoc AUTHORS BUGS COPYING ChangeLog HACKING INSTALL NEWS README TODO
+
+ cd ${S}/doc/html
+ dohtml -r ./
}