diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mhash/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.8.9.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/mhash/ChangeLog b/app-crypt/mhash/ChangeLog index 32de35b38648..303108727724 100644 --- a/app-crypt/mhash/ChangeLog +++ b/app-crypt/mhash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/mhash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/ChangeLog,v 1.2 2002/03/27 12:26:05 seemant Exp $ + +*mhash-0.8.9 (1 Feb 2002) + + 27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> mhash-0.8.9.ebuild : + + Ungzipped HTML docs. *mhash-0.8.9 (1 Feb 2002) diff --git a/app-crypt/mhash/mhash-0.8.9.ebuild b/app-crypt/mhash/mhash-0.8.9.ebuild index eb71f15ce65a..c6cdfb7424e8 100644 --- a/app-crypt/mhash/mhash-0.8.9.ebuild +++ b/app-crypt/mhash/mhash-0.8.9.ebuild @@ -31,6 +31,6 @@ src_install () { install || die dodoc AUTHORS COPYING INSTALL NEWS README TODO - docinto html - dodoc doc/*.html doc/*.txt doc/skid* + dodoc doc/*.txt doc/skid* + dohtml -r doc } |