diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 14:22:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-21 14:22:26 +0000 |
commit | ff8e782d97f7cebbf7889c2e1d52502c6139aea6 (patch) | |
tree | c190173a2337bdb10629fc42c3287689888a2c96 | |
parent | No more gzipped HTML documentation (diff) | |
download | historical-ff8e782d97f7cebbf7889c2e1d52502c6139aea6.tar.gz historical-ff8e782d97f7cebbf7889c2e1d52502c6139aea6.tar.bz2 historical-ff8e782d97f7cebbf7889c2e1d52502c6139aea6.zip |
No more gzipped HTML docs
-rw-r--r-- | sys-libs/pwdb/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r3.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-libs/pwdb/ChangeLog b/sys-libs/pwdb/ChangeLog index f123436fafc7..5a6d6969844c 100644 --- a/sys-libs/pwdb/ChangeLog +++ b/sys-libs/pwdb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/pwdb # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/ChangeLog,v 1.2 2002/03/21 14:22:26 seemant Exp $ + +*pwdb-0.61-r3 (21 Mar 2002) + + 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> pwdb-0.61-r3.ebuild : + + HTML documentation no longer gzipped. *pwdb-0.61-r3 (1 Feb 2002) diff --git a/sys-libs/pwdb/pwdb-0.61-r3.ebuild b/sys-libs/pwdb/pwdb-0.61-r3.ebuild index 166da5ac0a76..478f2133a189 100644 --- a/sys-libs/pwdb/pwdb-0.61-r3.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> @@ -30,8 +30,7 @@ src_install() { dodir /usr/lib mv ${D}/lib/*.a ${D}/usr/lib dodoc CHANGES Copyright CREDITS README - docinto html - dodoc doc/html/* + dohtml -r doc docinto txt dodoc doc/*.txt insinto /etc |