diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 08:19:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 08:19:12 +0000 |
commit | 26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145 (patch) | |
tree | e2f143fd80066cb082bd89ac89400ed9fae4e60c /net-www | |
parent | html documentation no longer gzipped (diff) | |
download | gentoo-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.ebuild | 6 |
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 } |