diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-30 13:13:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-30 13:13:45 +0000 |
commit | b8b5cf115d5c741c82f5f75f421c66420350db7d (patch) | |
tree | b6cdea4ff0502f4a3ffafd624b2448e49ae79b2c /eclass | |
parent | Fix gst-plugins-good mask, #236124 (diff) | |
download | gentoo-2-b8b5cf115d5c741c82f5f75f421c66420350db7d.tar.gz gentoo-2-b8b5cf115d5c741c82f5f75f421c66420350db7d.tar.bz2 gentoo-2-b8b5cf115d5c741c82f5f75f421c66420350db7d.zip |
Symlink the docs from the texmf tree so that texdoc can find them.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/latex-package.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 9fbfb69590d8..220d6bbe88f6 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.35 2008/08/30 12:49:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.36 2008/08/30 13:13:45 aballier Exp $ # @ECLASS: latex-package.eclass # @MAINTAINER: @@ -115,6 +115,7 @@ latex-package_src_doinstall() { do insinto /usr/share/doc/${PF} doins $i || die "doins $i failed" + dosym /usr/share/doc/${PF}/$(basename ${i}) ${TEXMF}/doc/latex/${PN}/${i} #dodoc -u $i done ;; |