summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-04 08:19:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-04 08:19:12 +0000
commit26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145 (patch)
treee2f143fd80066cb082bd89ac89400ed9fae4e60c /net-www
parenthtml documentation no longer gzipped (diff)
downloadgentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.gz
gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.bz2
gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.zip
html documentation no longer gzipped
Diffstat (limited to 'net-www')
-rw-r--r--net-www/w3m/w3m-0.3-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/w3m/w3m-0.3-r2.ebuild b/net-www/w3m/w3m-0.3-r2.ebuild
index fc4d7ef04f12..afdab9459a57 100644
--- a/net-www/w3m/w3m-0.3-r2.ebuild
+++ b/net-www/w3m/w3m-0.3-r2.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3-r2.ebuild,v 1.1 2002/06/09 07:34:26 naz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3-r2.ebuild,v 1.2 2002/07/04 08:19:12 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Text based WWW browser, supports tables and frames"
@@ -106,6 +105,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
- dodoc doc/* README*
+ dohtml -r doc
+ dodoc README* doc/{HISTORY,README*,keymap*,menu*}
doman doc/w3m.1
}