| 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.91 2008/02/22 05:09:31 dberkholz Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.92 2008/02/22 05:10:03 dberkholz Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: x-modular.eclass |
5 | # @ECLASS: x-modular.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Donnie Berkholz <dberkholz@gentoo.org>, x11@gentoo.org |
7 | # Donnie Berkholz <dberkholz@gentoo.org>, x11@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
| … | |
… | |
| 435 | dodoc ${S}/ChangeLog |
435 | dodoc ${S}/ChangeLog |
| 436 | fi |
436 | fi |
| 437 | # @VARIABLE: DOCS |
437 | # @VARIABLE: DOCS |
| 438 | # @DESCRIPTION: |
438 | # @DESCRIPTION: |
| 439 | # Any documentation to install |
439 | # Any documentation to install |
| 440 | [[ -n $DOCS ]] && dodoc $DOCS |
440 | [[ -n ${DOCS} ]] && dodoc ${DOCS} |
| 441 | |
441 | |
| 442 | # Make sure docs get compressed |
442 | # Make sure docs get compressed |
| 443 | prepalldocs |
443 | prepalldocs |
| 444 | |
444 | |
| 445 | # Don't install libtool archives for server modules |
445 | # Don't install libtool archives for server modules |