diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-23 17:50:30 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-23 17:50:30 +0000 |
commit | bcaf1922908adbb158d0924c6c6cee9ab9cefff1 (patch) | |
tree | cc091d8f6263aca986ff83f7bdc2b1ad9d0118c0 /eclass/x-modular.eclass | |
parent | Stable on sparc (diff) | |
download | historical-bcaf1922908adbb158d0924c6c6cee9ab9cefff1.tar.gz historical-bcaf1922908adbb158d0924c6c6cee9ab9cefff1.tar.bz2 historical-bcaf1922908adbb158d0924c6c6cee9ab9cefff1.zip |
Install ChangeLog if it exists.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 89ff7fc8e0f1..d3ed9d92c988 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.59 2006/05/16 06:23:43 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.60 2006/05/23 17:50:30 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -327,6 +327,10 @@ x-modular_src_install() { # datadir=${XDIR}/share \ # mandir=${XDIR}/share/man \ + if [[ -e ${S}/ChangeLog ]]; then + dodoc ${S}/ChangeLog + fi + # Make sure docs get compressed prepalldocs |