diff options
Diffstat (limited to 'dev-tex/chktex/chktex-1.6.2.ebuild')
-rw-r--r-- | dev-tex/chktex/chktex-1.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/chktex/chktex-1.6.2.ebuild b/dev-tex/chktex/chktex-1.6.2.ebuild index 9623285a253a..bfd44205e6a7 100644 --- a/dev-tex/chktex/chktex-1.6.2.ebuild +++ b/dev-tex/chktex/chktex-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.2.ebuild,v 1.4 2004/10/17 10:01:05 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.2.ebuild,v 1.5 2006/03/09 12:54:12 ehmsen Exp $ DESCRIPTION="Checks latex source for common mistakes" HOMEPAGE="http://www.nongnu.org/chktex/" @@ -30,5 +30,5 @@ src_compile() { src_install() { einstall || die - dodoc COPYING SCOPTIONS + dodoc SCOPTIONS } |