On 30/12/2025 17:48, Richard Kimberly Heck wrote:
On 12/30/25 10:36 AM, pdv wrote:
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.

Are you building from a released tarball or from git? If git, from what branch?

Riki


I've build LyX2.6 from git, the master branch, commit 9b57990...
But this problem was already present some time ago.
A previous build (LyX2.5 from commit ad80d130) had the same problem.

Patrick

--
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to