summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ehmsen <ehmsen@gentoo.org>2006-03-16 14:23:55 +0000
committerMartin Ehmsen <ehmsen@gentoo.org>2006-03-16 14:23:55 +0000
commit3b110e2f94ba28ab46524e7b6b403177e3c0c6e7 (patch)
treebc804273a1d017f02e8dc64325609bfbad9fdc9f /app-text/pdf2html/pdf2html-1.4.ebuild
parentDon't install COPYING. (diff)
downloadgentoo-2-3b110e2f94ba28ab46524e7b6b403177e3c0c6e7.tar.gz
gentoo-2-3b110e2f94ba28ab46524e7b6b403177e3c0c6e7.tar.bz2
gentoo-2-3b110e2f94ba28ab46524e7b6b403177e3c0c6e7.zip
Don't install INSTALL.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'app-text/pdf2html/pdf2html-1.4.ebuild')
-rw-r--r--app-text/pdf2html/pdf2html-1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild
index 3de23e55b5b9..ad3d1323e90b 100644
--- a/app-text/pdf2html/pdf2html-1.4.ebuild
+++ b/app-text/pdf2html/pdf2html-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.12 2005/10/29 14:06:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.13 2006/03/16 14:23:55 ehmsen Exp $
inherit eutils
@@ -36,5 +36,5 @@ src_install() {
insinto /usr/share/${P}
doins *.png *.html
- dodoc CHANGELOG INSTALL README VERSION || die "install failed"
+ dodoc CHANGELOG README VERSION || die "install failed"
}