diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 21:57:30 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 21:57:30 +0000 |
commit | 0581e6819b681bd9c2522e825ef4ffbda540e0b1 (patch) | |
tree | d1108cdc6e3803a8eb3a7cfca1a512a2a6f2ac63 /app-vim/latexsuite | |
parent | manifest fix (diff) | |
download | historical-0581e6819b681bd9c2522e825ef4ffbda540e0b1.tar.gz historical-0581e6819b681bd9c2522e825ef4ffbda540e0b1.tar.bz2 historical-0581e6819b681bd9c2522e825ef4ffbda540e0b1.zip |
Automatically generate help text from the vim file. Display plugin help text, bug #62559
Diffstat (limited to 'app-vim/latexsuite')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index 9ba1228e38bb..ccbc282c5e0e 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/latexsuite # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.10 2004/07/27 06:19:56 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.11 2004/09/06 21:57:30 ciaranm Exp $ + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild: + Display plugin help text, bug #62559 27 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> latexsuite-1.5.ebuild, latexsuite-1.5_rc1.ebuild: diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild index ae246717b5ce..0cbf23359746 100644 --- a/app-vim/latexsuite/latexsuite-1.5.ebuild +++ b/app-vim/latexsuite/latexsuite-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.6 2004/07/27 06:19:56 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.7 2004/09/06 21:57:30 ciaranm Exp $ inherit vim-plugin @@ -19,6 +19,8 @@ SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" RDEPEND="virtual/tetex" +VIM_PLUGIN_HELPFILES="latex-suite.txt latexhelp.txt imaps.txt" + src_install() { into /usr ; dobin ltags ; rm ltags vim-plugin_src_install @@ -32,6 +34,4 @@ pkg_postinst() { einfo ' set grepprg=grep\ -nH\ $*' einfo "to your ~/.vimrc-file" einfo "" - einfo "Help for this plugin is available with ':help latex-suite' in vim" - einfo "" } |