mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Cmake build: Install missed script listerrors
This commit is contained in:
parent
715b8cda54
commit
932321a083
@ -123,6 +123,10 @@ endforeach()
|
||||
foreach(_sd "lyx2lyx" "scripts" ".")
|
||||
lyx_install("data" ${TOP_SRC_DIR}/lib ${_sd} *.py . )
|
||||
endforeach()
|
||||
foreach(_script listerrors)
|
||||
lyx_install("data" ${TOP_SRC_DIR}/lib scripts ${_script} . )
|
||||
endforeach()
|
||||
|
||||
|
||||
foreach(_imgext "png" "svgz" "gif" "xpm")
|
||||
lyx_install("data" ${TOP_SRC_DIR}/lib images "*.${_imgext}" . ipa classic oxygen)
|
||||
|
Loading…
Reference in New Issue
Block a user