mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/mock: Fix doc installation
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571744 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -37,6 +37,7 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
local DOCS=( docs/. )
|
||||
local DOCS=( docs/{conf.py,index.txt} AUTHORS ChangeLog NEWS README.rst )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
Reference in New Issue
Block a user