diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-12-04 23:18:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-12-04 23:18:57 +0000 |
commit | 73f9ed3f9e0b328ba81c531a5546f6731a25a629 (patch) | |
tree | 4cb7f4fea7b7b4db53382121ca55eb09e0b3abf5 /app-emacs | |
parent | Remove invalid restrictions. Please use QA_* variables. (diff) | |
download | gentoo-2-73f9ed3f9e0b328ba81c531a5546f6731a25a629.tar.gz gentoo-2-73f9ed3f9e0b328ba81c531a5546f6731a25a629.tar.bz2 gentoo-2-73f9ed3f9e0b328ba81c531a5546f6731a25a629.zip |
Properly configure docdir location, fixes bug 295781.
(Portage version: 2.2_rc52/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.85.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index dd0c9ec4b6b2..c3c806fc7908 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/auctex # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.94 2009/05/05 07:49:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.95 2009/12/04 23:18:57 ulm Exp $ + + 04 Dec 2009; Ulrich Mueller <ulm@gentoo.org> auctex-11.85.ebuild: + Properly configure docdir location, fixes bug 295781. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> auctex-11.85.ebuild: set explicit RDEPEND diff --git a/app-emacs/auctex/auctex-11.85.ebuild b/app-emacs/auctex/auctex-11.85.ebuild index 03c5ada2eddb..1a21f4130dd5 100644 --- a/app-emacs/auctex/auctex-11.85.ebuild +++ b/app-emacs/auctex/auctex-11.85.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.10 2009/05/30 09:31:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.11 2009/12/04 23:18:57 ulm Exp $ inherit elisp eutils latex-package @@ -31,6 +31,7 @@ src_compile() { --with-packagelispdir="${SITELISP}/${PN}" \ --with-packagedatadir="${SITEETC}/${PN}" \ --with-texmf-dir="${TEXMF}" \ + --docdir=/usr/share/doc/${PF} \ $(use_enable preview-latex preview) || die "econf failed" emake || die "emake failed" cd doc; emake tex-ref.pdf || die "creation of tex-ref.pdf failed" @@ -43,7 +44,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" || die fi keepdir /var/lib/auctex - dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* doc/tex-ref.pdf + dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } pkg_postinst() { |