summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/texi2html/ChangeLog6
-rw-r--r--app-text/texi2html/texi2html-1.78.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog
index 8f471d5cf034..9a2bb91c06c4 100644
--- a/app-text/texi2html/ChangeLog
+++ b/app-text/texi2html/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/texi2html
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.42 2010/02/22 20:43:55 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.43 2010/06/11 19:33:57 aballier Exp $
+
+ 11 Jun 2010; Alexis Ballier <aballier@gentoo.org> texi2html-1.78.ebuild:
+ dont try to install non existent files, by Christophe LEFEBVRE, bug
+ #317967
22 Feb 2010; Jonathan Callen <abcd@gentoo.org> texi2html-1.78.ebuild:
Add prefix keywords, support; bump EAPI
diff --git a/app-text/texi2html/texi2html-1.78.ebuild b/app-text/texi2html/texi2html-1.78.ebuild
index d78728e748b2..5c062af335ef 100644
--- a/app-text/texi2html/texi2html-1.78.ebuild
+++ b/app-text/texi2html/texi2html-1.78.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.4 2010/02/22 20:43:55 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.5 2010/06/11 19:33:57 aballier Exp $
EAPI=3
@@ -21,7 +21,7 @@ src_install() {
htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
install || die "Installation Failed"
- dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}
pkg_preinst() {