| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/php-lib-r1.eclass,v 1.8 2007/11/29 23:12:13 jokey Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-lib-r1.eclass,v 1.9 2008/01/06 19:30:24 swegener Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Stuart Herbert <stuart@gentoo.org> |
5 | # Author: Stuart Herbert <stuart@gentoo.org> |
| 6 | # Author: Luca Longinotti <chtekk@gentoo.org> |
6 | # Author: Luca Longinotti <chtekk@gentoo.org> |
| 7 | |
7 | |
| 8 | # @ECLASS: php-lib-r1.eclass |
8 | # @ECLASS: php-lib-r1.eclass |
| … | |
… | |
| 57 | SUBDIR="$(dirname ${x})" |
57 | SUBDIR="$(dirname ${x})" |
| 58 | insinto "${PHP_LIB_DIR}/${SUBDIR}" |
58 | insinto "${PHP_LIB_DIR}/${SUBDIR}" |
| 59 | doins "${S_DIR}/${x}" |
59 | doins "${S_DIR}/${x}" |
| 60 | done |
60 | done |
| 61 | |
61 | |
| 62 | for doc in ${DOCS} ; do |
62 | for doc in ${DOCS} ; do |
| 63 | [[ -s ${doc} ]] && dodoc-php ${doc} |
63 | [[ -s ${doc} ]] && dodoc-php ${doc} |
| 64 | done |
64 | done |
| 65 | } |
65 | } |