summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-01 00:56:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-01 00:56:39 +0000
commit2ef45760611821730bd72cccb976ef1982566b52 (patch)
tree0aa6caf0bf862f93a82adb21b954f588c35c6f68 /games-mud/mcl/mcl-0.53.00.ebuild
parentversion bump (in repsonse to bug 30017); convert to use games eclass (diff)
downloadgentoo-2-2ef45760611821730bd72cccb976ef1982566b52.tar.gz
gentoo-2-2ef45760611821730bd72cccb976ef1982566b52.tar.bz2
gentoo-2-2ef45760611821730bd72cccb976ef1982566b52.zip
more precise doc handling
Diffstat (limited to 'games-mud/mcl/mcl-0.53.00.ebuild')
-rw-r--r--games-mud/mcl/mcl-0.53.00.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild
index e29ae5c6bff7..c78a7200ae78 100644
--- a/games-mud/mcl/mcl-0.53.00.ebuild
+++ b/games-mud/mcl/mcl-0.53.00.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/games-mud/mcl/mcl-0.53.00.ebuild,v 1.1 2003/10/01 00:45:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.2 2003/10/01 00:56:37 mr_bones_ Exp $
inherit games
@@ -34,6 +34,9 @@ src_compile() {
src_install () {
make INSTALL_ROOT=${D} install || die "make install failed"
- dodoc doc/* || die "dodoc failed"
+ dodoc \
+ doc/{Changes,Chat,Embedded,Examples,Modules,Plugins,README,TODO} || \
+ die "dodoc failed"
+ dohtml doc/*html || die "dohtml failed"
prepgamesdirs
}