Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: latex-package.eclass
Date: Sat, 30 Aug 2008 13:13:49
Message-Id: E1KZQGv-00035o-UK@stork.gentoo.org
1 aballier 08/08/30 13:13:45
2
3 Modified: latex-package.eclass
4 Log:
5 Symlink the docs from the texmf tree so that texdoc can find them.
6
7 Revision Changes Path
8 1.36 eclass/latex-package.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/latex-package.eclass?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/latex-package.eclass?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/latex-package.eclass?r1=1.35&r2=1.36
13
14 Index: latex-package.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- latex-package.eclass 30 Aug 2008 12:49:36 -0000 1.35
21 +++ latex-package.eclass 30 Aug 2008 13:13:45 -0000 1.36
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.35 2008/08/30 12:49:36 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.36 2008/08/30 13:13:45 aballier Exp $
27
28 # @ECLASS: latex-package.eclass
29 # @MAINTAINER:
30 @@ -115,6 +115,7 @@
31 do
32 insinto /usr/share/doc/${PF}
33 doins $i || die "doins $i failed"
34 + dosym /usr/share/doc/${PF}/$(basename ${i}) ${TEXMF}/doc/latex/${PN}/${i}
35 #dodoc -u $i
36 done
37 ;;