diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-07-09 08:21:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-07-09 08:21:03 +0000 |
commit | 51f0c6611372324fc50fc7e504e9f3ae6a233dba (patch) | |
tree | 00f287340df45e159d736388d551ece39de546c5 /app-text | |
parent | new package for open source text summariser (diff) | |
download | gentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.tar.gz gentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.tar.bz2 gentoo-2-51f0c6611372324fc50fc7e504e9f3ae6a233dba.zip |
slight tweak
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ots/Manifest | 2 | ||||
-rw-r--r-- | app-text/ots/ots-0.2.0.ebuild | 7 |
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 ./ } |