Open Quuxplusone opened 9 years ago
Attached 0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
(1346 bytes, text/plain): Patch adding ${PROJECT}_INSTALL_HTML variables
Attached 0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
(1404 bytes, text/plain): Patch adding ${PROJECT}_INSTALL_HTML variables, v2
0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
(1346 bytes, text/plain)0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch
(1404 bytes, text/plain)Currently the Sphinx HTML doc are unconditionally installed into /usr/share/doc/${project}/html (project = llvm, cmake, ...). This kinda misfits the Gentoo layout of /usr/share/doc. For this reason, it would be nice if we could override the install locations easily rather than having to move files after 'make install'.