mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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" ".")
|
foreach(_sd "lyx2lyx" "scripts" ".")
|
||||||
lyx_install("data" ${TOP_SRC_DIR}/lib ${_sd} *.py . )
|
lyx_install("data" ${TOP_SRC_DIR}/lib ${_sd} *.py . )
|
||||||
endforeach()
|
endforeach()
|
||||||
|
foreach(_script listerrors)
|
||||||
|
lyx_install("data" ${TOP_SRC_DIR}/lib scripts ${_script} . )
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
|
||||||
foreach(_imgext "png" "svgz" "gif" "xpm")
|
foreach(_imgext "png" "svgz" "gif" "xpm")
|
||||||
lyx_install("data" ${TOP_SRC_DIR}/lib images "*.${_imgext}" . ipa classic oxygen)
|
lyx_install("data" ${TOP_SRC_DIR}/lib images "*.${_imgext}" . ipa classic oxygen)
|
||||||
|
Loading…
Reference in New Issue
Block a user