summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-13 12:37:29 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-13 12:37:29 +0000
commitd195f635391108896fd41cfe32ba2592623f2c8a (patch)
treef92f3778c11d9d04c0b1dd661c8e4089e4cddb0d /app-emacs/haskell-mode
parentStable on amd64. (diff)
downloadgentoo-2-d195f635391108896fd41cfe32ba2592623f2c8a.tar.gz
gentoo-2-d195f635391108896fd41cfe32ba2592623f2c8a.tar.bz2
gentoo-2-d195f635391108896fd41cfe32ba2592623f2c8a.zip
changed pointer to correct documentation and added README to installed files
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r--app-emacs/haskell-mode/ChangeLog6
-rw-r--r--app-emacs/haskell-mode/haskell-mode-2.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog
index a74db8ab7e10..a0a0b10fac4e 100644
--- a/app-emacs/haskell-mode/ChangeLog
+++ b/app-emacs/haskell-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/haskell-mode
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.19 2007/02/11 09:32:47 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.20 2007/02/13 12:37:29 opfer Exp $
+
+ 13 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
+ haskell-mode-2.2.ebuild:
+ changed pointer to correct documentation and added README to installed files
11 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
haskell-mode-2.2.ebuild:
diff --git a/app-emacs/haskell-mode/haskell-mode-2.2.ebuild b/app-emacs/haskell-mode/haskell-mode-2.2.ebuild
index 5203f4b00228..966e21a8a1c3 100644
--- a/app-emacs/haskell-mode/haskell-mode-2.2.ebuild
+++ b/app-emacs/haskell-mode/haskell-mode-2.2.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.2.ebuild,v 1.3 2007/02/12 19:35:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.2.ebuild,v 1.4 2007/02/13 12:37:29 opfer Exp $
inherit elisp
@@ -20,12 +20,12 @@ src_install() {
elisp-install ${PN} *.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dohtml *.html *.hs
- dodoc ChangeLog NEWS
+ dodoc ChangeLog NEWS README
insinto /usr/share/doc/${PF}
doins *.hs
}
pkg_postinst() {
elisp_pkg_postinst
- elog "See /usr/share/doc/${PF}/html/index.html"
+ elog "See /usr/share/doc/${PF}/README"
}