diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-23 21:24:58 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-23 21:24:58 +0000 |
commit | 37d7a03d4055c740811bbdbef2a18554225c74ff (patch) | |
tree | 0a5d66d7797100c4e28831635827c734f24e330b /sys-apps/mtx | |
parent | Fixing issues with gcc3.2, with respect to bug 8280 (diff) | |
download | historical-37d7a03d4055c740811bbdbef2a18554225c74ff.tar.gz historical-37d7a03d4055c740811bbdbef2a18554225c74ff.tar.bz2 historical-37d7a03d4055c740811bbdbef2a18554225c74ff.zip |
trivial documentation change
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r-- | sys-apps/mtx/mtx-1.2.17.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/mtx/mtx-1.2.17.ebuild b/sys-apps/mtx/mtx-1.2.17.ebuild index dfae39aa21c8..d8bb26dc6083 100644 --- a/sys-apps/mtx/mtx-1.2.17.ebuild +++ b/sys-apps/mtx/mtx-1.2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.2 2002/10/23 18:18:09 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.3 2002/10/23 21:24:58 lostlogic Exp $ IUSE="" @@ -24,6 +24,7 @@ src_compile() { } src_install () { - dodoc CHANGES COMPATIBILITY FAQ README LICENSE TODO mtxl.README.html + dodoc CHANGES COMPATIBILITY FAQ README LICENSE TODO + dohtml mtxl.README.html einstall || die "Install failed" } |