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 | b6dcc1c3d84c5ed752eb2814be8223c505827f80 (patch) | |
tree | ad6ff21d6153c3b9c2c61f07b2b2511bd0bd57e2 /sys-apps/mtx | |
parent | Fixing issues with gcc3.2, with respect to bug 8280 (diff) | |
download | gentoo-2-b6dcc1c3d84c5ed752eb2814be8223c505827f80.tar.gz gentoo-2-b6dcc1c3d84c5ed752eb2814be8223c505827f80.tar.bz2 gentoo-2-b6dcc1c3d84c5ed752eb2814be8223c505827f80.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" } |