Why does the
common/cmake/modules/TDESetupPaths.cmake
still include the reference to 'kde' in the HTML path?
_tde_internal_setup_path( HTML_INSTALL_DIR
"${SHARE_INSTALL_PREFIX}/doc/kde/HTML"
I know Darrell has been working on patches to update
this location. Couldn't we just set it here in cmake and then just build all
packages letting this default set the proper location?
My patches will fix that in all modules. The challenge is I need a few hours to
patch-commit-push every module. Did you know there are 117 modules?
Darrell