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
You do know that to update anything in cmake/ or admin/ you just need to push once to main/commmon/cmake or main/common/admin and the system will automatically bring those changes into all other TDE modules, correct?
Tim