| 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/distutils.eclass,v 1.43 2007/08/21 18:17:59 dev-zero Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.44 2007/10/25 13:49:10 hawking Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Jon Nelson <jnelson@gentoo.org> |
5 | # Author: Jon Nelson <jnelson@gentoo.org> |
| 6 | # Current Maintainer: Alastair Tse <liquidx@gentoo.org> |
6 | # Current Maintainer: Alastair Tse <liquidx@gentoo.org> |
| 7 | # |
7 | # |
| 8 | # The distutils eclass is designed to allow easier installation of |
8 | # The distutils eclass is designed to allow easier installation of |
| … | |
… | |
| 69 | for doc in ${DDOCS}; do |
69 | for doc in ${DDOCS}; do |
| 70 | [ -s "$doc" ] && dodoc $doc |
70 | [ -s "$doc" ] && dodoc $doc |
| 71 | done |
71 | done |
| 72 | |
72 | |
| 73 | [ -n "${DOCS}" ] && dodoc ${DOCS} |
73 | [ -n "${DOCS}" ] && dodoc ${DOCS} |
| 74 | |
|
|
| 75 | # deprecated! please use DOCS instead. |
|
|
| 76 | [ -n "${mydoc}" ] && dodoc ${mydoc} |
|
|
| 77 | } |
74 | } |
| 78 | |
75 | |
| 79 | # generic pyc/pyo cleanup script. |
76 | # generic pyc/pyo cleanup script. |
| 80 | |
77 | |
| 81 | distutils_pkg_postrm() { |
78 | distutils_pkg_postrm() { |