| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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/x-modular.eclass,v 1.59 2006/05/16 06:23:43 exg Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.60 2006/05/23 17:50:30 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 324 | install |
324 | install |
| 325 | # Shouldn't be necessary in XDIR=/usr |
325 | # Shouldn't be necessary in XDIR=/usr |
| 326 | # einstall forces datadir, so we need to re-force it |
326 | # einstall forces datadir, so we need to re-force it |
| 327 | # datadir=${XDIR}/share \ |
327 | # datadir=${XDIR}/share \ |
| 328 | # mandir=${XDIR}/share/man \ |
328 | # mandir=${XDIR}/share/man \ |
|
|
329 | |
|
|
330 | if [[ -e ${S}/ChangeLog ]]; then |
|
|
331 | dodoc ${S}/ChangeLog |
|
|
332 | fi |
| 329 | |
333 | |
| 330 | # Make sure docs get compressed |
334 | # Make sure docs get compressed |
| 331 | prepalldocs |
335 | prepalldocs |
| 332 | |
336 | |
| 333 | # Don't install libtool archives for server modules |
337 | # Don't install libtool archives for server modules |