summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2021-10-04 20:04:01 -0400
committerSam James <sam@gentoo.org>2021-10-12 21:24:09 +0100
commita16e241dddc59b7b2071b37eb6ac016cd4f7ffa3 (patch)
tree9bbb5eaf10a193b04fa5d28c082fa4da741aa97c /dev-cpp/gtest
parentdev-cpp/gtest: add new keywords (diff)
downloadgentoo-a16e241dddc59b7b2071b37eb6ac016cd4f7ffa3.tar.gz
gentoo-a16e241dddc59b7b2071b37eb6ac016cd4f7ffa3.tar.bz2
gentoo-a16e241dddc59b7b2071b37eb6ac016cd4f7ffa3.zip
dev-cpp/gtest: change docs location
Documentation can now be found at the toplevel docs directory. Also, correct the extra README.md locations without creating unnecessary subdirectories. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index f66765b63961..89518bffd1d1 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -66,12 +66,10 @@ multilib_src_configure() {
multilib_src_install_all() {
einstalldocs
- if use doc; then
- docinto googletest
- dodoc -r googletest/docs/.
- docinto googlemock
- dodoc -r googlemock/docs/.
- fi
+ newdoc googletest/README.md README.googletest.md
+ newdoc googlemock/README.md README.googlemock.md
+
+ use doc && dodoc -r docs/.
if use examples; then
docinto examples