summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/x-modular.eclass5
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' \