diff options
Diffstat (limited to 'dev-vcs/monotone/monotone-1.0-r1.ebuild')
-rw-r--r-- | dev-vcs/monotone/monotone-1.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/monotone/monotone-1.0-r1.ebuild b/dev-vcs/monotone/monotone-1.0-r1.ebuild index b9fb55286580..e3e2c6bf4ea3 100644 --- a/dev-vcs/monotone/monotone-1.0-r1.ebuild +++ b/dev-vcs/monotone/monotone-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r1.ebuild,v 1.1 2011/09/11 11:26:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r1.ebuild,v 1.2 2011/09/12 10:41:42 pva Exp $ # QA failiures reported in https://code.monotone.ca/p/monotone/issues/181/ EAPI="4" @@ -73,8 +73,8 @@ src_install() { newbashcomp extra/shell/monotone.bash_completion ${PN} if use doc; then - dohtml -r html/* - dohtml -r figures + dohtml -r doc/html/* + dohtml -r doc/figures fi dodoc AUTHORS NEWS README* UPGRADE |