summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-11-02 21:35:10 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-11-02 21:35:10 +0000
commita234e45d0444c22e34f0e4247d10d231b235c20b (patch)
tree0dd54b26769debe85109696b9cf59cc20481d4af /app-i18n/manpages-ru
parentBig fix in glibc regarding OPEN_X math functions and C++, bug #9883 (diff)
downloadhistorical-a234e45d0444c22e34f0e4247d10d231b235c20b.tar.gz
historical-a234e45d0444c22e34f0e4247d10d231b235c20b.tar.bz2
historical-a234e45d0444c22e34f0e4247d10d231b235c20b.zip
Run prepallman.
Diffstat (limited to 'app-i18n/manpages-ru')
-rw-r--r--app-i18n/manpages-ru/manpages-ru-0.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
index 0ef26b093e4c..31dc4e099056 100644
--- a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
+++ b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.2 2002/11/02 07:26:36 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.3 2002/11/02 21:35:10 agenkin Exp $
DESCRIPTION="A collection of Russian translations of Linux manual pages."
HOMEPAGE="http://alexm.here.ru/manpages-ru/"
@@ -26,4 +26,5 @@ src_compile() {
src_install() {
make INSTALLPATH=${D}/usr/share/man LANG_SUBDIR=ru install || die
+ prepallman
}