dev-cpp/mastodonpp: Fix HTML doc location.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fd6259719a
commit
6dbe8f4c47
@ -54,7 +54,7 @@ src_test() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
if use doc; then
|
if use doc; then
|
||||||
HTML_DOCS="build/doc/html/*"
|
HTML_DOCS="${BUILD_DIR}/doc/html/*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use examples; then
|
if use examples; then
|
||||||
|
@ -54,7 +54,7 @@ src_test() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
if use doc; then
|
if use doc; then
|
||||||
HTML_DOCS="build/doc/html/*"
|
HTML_DOCS="${BUILD_DIR}/doc/html/*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use examples; then
|
if use examples; then
|
||||||
|
Reference in New Issue
Block a user