diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-12-02 11:53:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-12-02 11:53:32 +0000 |
commit | 501d326f16ea6bbb3a68e0ecf7f9e20a52fef546 (patch) | |
tree | c15f3a47ed4fc675cd96927c3af48ff25f081723 /app-emacs/auctex | |
parent | Modify 3.3.0 ebuild so that we can push >=3.3.0-r1 since it has better gpgme ... (diff) | |
download | gentoo-2-501d326f16ea6bbb3a68e0ecf7f9e20a52fef546.tar.gz gentoo-2-501d326f16ea6bbb3a68e0ecf7f9e20a52fef546.tar.bz2 gentoo-2-501d326f16ea6bbb3a68e0ecf7f9e20a52fef546.zip |
Updated doc files; bug #72644.
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.53-r1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index a0a24919b7e2..d4981d6134d2 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for app-emacs/auctex # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.21 2004/12/02 11:46:26 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.22 2004/12/02 11:53:32 usata Exp $ *auctex-11.53-r1 (02 Dec 2004) 02 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> +auctex-11.53-r1.ebuild: - Install bib-cite.el and tex-jp.el as well; bug #72637. + Install bib-cite.el and tex-jp.el as well (bug #72637) and updated + doc files (bug #72644). Thanks to Matsui Tetsushi <VED03370@nifty.ne.jp>. 16 Oct 2004; Jason Wever <weeve@gentoo.org> auctex-11.53.ebuild: Stable on sparc. diff --git a/app-emacs/auctex/auctex-11.53-r1.ebuild b/app-emacs/auctex/auctex-11.53-r1.ebuild index 6f03ccbe050b..4f14f3563404 100644 --- a/app-emacs/auctex/auctex-11.53-r1.ebuild +++ b/app-emacs/auctex/auctex-11.53-r1.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-emacs/auctex/auctex-11.53-r1.ebuild,v 1.1 2004/12/02 11:46:26 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.53-r1.ebuild,v 1.2 2004/12/02 11:53:32 usata Exp $ inherit elisp @@ -30,5 +30,5 @@ src_install() { elisp-install ${PN} bib-cite.el* tex-jp.el* || die dosed ${SITELISP}/tex-site.el || die elisp-site-file-install ${FILESDIR}/50auctex-gentoo.el - dodoc ChangeLog CHANGES INSTALLATION PROBLEMS README + dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } |