summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-30 13:13:45 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-30 13:13:45 +0000
commitb8b5cf115d5c741c82f5f75f421c66420350db7d (patch)
treeb6cdea4ff0502f4a3ffafd624b2448e49ae79b2c /eclass
parentFix gst-plugins-good mask, #236124 (diff)
downloadgentoo-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.eclass3
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
;;