| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.21 2004/11/12 00:33:19 usata Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.22 2005/02/18 14:12:48 usata Exp $ |
| 4 | # |
4 | # |
| 5 | # Author Matthew Turk <satai@gentoo.org> |
5 | # Author Matthew Turk <satai@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eClass is designed to be easy to use and implement. The vast majority of |
7 | # This eClass is designed to be easy to use and implement. The vast majority of |
| 8 | # LaTeX packages will only need to define SRC_URI (and sometimes S) for a |
8 | # LaTeX packages will only need to define SRC_URI (and sometimes S) for a |
| … | |
… | |
| 119 | ;; |
119 | ;; |
| 120 | "doc") |
120 | "doc") |
| 121 | latex-package_src_doinstall tex dtx dvi ps pdf |
121 | latex-package_src_doinstall tex dtx dvi ps pdf |
| 122 | ;; |
122 | ;; |
| 123 | "fonts") |
123 | "fonts") |
| 124 | latex-package_src_doinstall tfm vg afm pfb ttf |
124 | latex-package_src_doinstall tfm vf afm pfb ttf |
| 125 | ;; |
125 | ;; |
| 126 | "bin") |
126 | "bin") |
| 127 | latex-package_src_doinstall sh |
127 | latex-package_src_doinstall sh |
| 128 | ;; |
128 | ;; |
| 129 | "all") |
129 | "all") |