diff options
Diffstat (limited to 'app-emacs/haskell-mode/haskell-mode-2.3.ebuild')
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild index 7171851a8d0d..0a074e56a550 100644 --- a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.3.ebuild,v 1.4 2007/07/04 23:32:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.3.ebuild,v 1.5 2007/12/14 19:30:32 ulm Exp $ inherit elisp @@ -8,6 +8,7 @@ DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs" HOMEPAGE="http://www.haskell.org/haskell-mode/ http://www.iro.umontreal.ca/~monnier/elisp/" SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" @@ -22,7 +23,6 @@ src_compile(){ src_install() { elisp-install ${PN} *.{el,elc} elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dohtml *.html *.hs dodoc ChangeLog NEWS README insinto /usr/share/doc/${PF} doins *.hs |