diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 23:49:32 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 23:49:32 +0000 |
commit | a7fdc835293f4dfdec31aa2e6e3f46c593cc937a (patch) | |
tree | 7b951e6dcdb7043d1f5da57b0a61806fa86fbcce /eclass/x-modular.eclass | |
parent | Fix bug #128519 and apply some Kate updates. (diff) | |
download | gentoo-2-a7fdc835293f4dfdec31aa2e6e3f46c593cc937a.tar.gz gentoo-2-a7fdc835293f4dfdec31aa2e6e3f46c593cc937a.tar.bz2 gentoo-2-a7fdc835293f4dfdec31aa2e6e3f46c593cc937a.zip |
Make sure docs get compressed.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 358d240a71dd..032f946ad13c 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.51 2006/04/03 02:03:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.52 2006/04/03 23:49:32 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -314,6 +314,9 @@ x-modular_src_install() { # datadir=${XDIR}/share \ # mandir=${XDIR}/share/man \ + # Make sure docs get compressed + prepalldocs + # Don't install libtool archives for server modules if [[ -e ${D}/usr/lib/xorg/modules ]]; then find ${D}/usr/lib/xorg/modules -name '*.la' \ |