When building/installing LyX with CMake on MacOS the Help files are not
installed. The Resources/doc folder contains .png files but all .lyx and
.txt files are missing.
I noticed that in install.cmake on line 105
# this is handled in doc/CMakeLists.txt
#lyx_install("data" ${TOP_SRC_DIR}/lib doc *.lyx .
${_all_languages})
#lyx_install("data" ${TOP_SRC_DIR}/lib doc *.txt .
${_all_languages})
lyx_install("data" ${TOP_SRC_DIR}/lib doc * biblio clipart)
the first 2 lyx_install commands are commented out. The header mentions
that these are handled by doc/CMakeLists.cmake, but as far as I can see
this doc script is never executed.
Uncommenting these 2 lines solves the problem, but maybe a different
solution is more appropriate.
Regards,
P. De Visschere
--
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel