Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351156
Collapse All | Expand All

(-)a/dev-libs/grantlee/grantlee-0.1.5.ebuild (-1 / +1 lines)
Lines 42-48 src_compile() { Link Here
42
}
42
}
43
43
44
src_install() {
44
src_install() {
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/")
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/")
46
46
47
	cmake-utils_src_install
47
	cmake-utils_src_install
48
}
48
}
(-)a/dev-libs/grantlee/grantlee-0.1.7.ebuild (-1 / +1 lines)
Lines 42-48 src_compile() { Link Here
42
}
42
}
43
43
44
src_install() {
44
src_install() {
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/")
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/")
46
46
47
	cmake-utils_src_install
47
	cmake-utils_src_install
48
}
48
}
(-)a/dev-libs/grantlee/grantlee-9999.ebuild (-1 / +1 lines)
Lines 42-48 src_compile() { Link Here
42
}
42
}
43
43
44
src_install() {
44
src_install() {
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/")
45
	use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/")
46
46
47
	cmake-utils_src_install
47
	cmake-utils_src_install
48
}
48
}

Return to bug 351156