diff options
Diffstat (limited to 'sci-biology/bowtie/bowtie-1.0.0.ebuild')
-rw-r--r-- | sci-biology/bowtie/bowtie-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/bowtie/bowtie-1.0.0.ebuild b/sci-biology/bowtie/bowtie-1.0.0.ebuild index d43ba58ccb85..9f0698ef14db 100644 --- a/sci-biology/bowtie/bowtie-1.0.0.ebuild +++ b/sci-biology/bowtie/bowtie-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-1.0.0.ebuild,v 1.1 2013/07/17 07:09:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bowtie/bowtie-1.0.0.ebuild,v 1.2 2013/09/18 06:50:27 jlec Exp $ EAPI=5 @@ -38,5 +38,5 @@ src_install() { newman MANUAL bowtie.1 dodoc AUTHORS NEWS TUTORIAL doc/README - dohtml manual.html style.css + dohtml doc/{manual.html,style.css} } |