mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Do not install .pdf icons created by export
Such files are polluting the lib/images directory if exporting lyx-files containing lyx-info of type icon.
This commit is contained in:
parent
11ca140667
commit
390b59011d
@ -89,8 +89,10 @@ lyx_install(${TOP_SRC_DIR}/lib doc/${_all_languages} * clipart)
|
||||
|
||||
lyx_install(${TOP_SRC_DIR}/lib examples * . ${_all_languages} springer thesis)
|
||||
lyx_install(${TOP_SRC_DIR}/lib fonts * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib images * . ipa commands attic classic oxygen)
|
||||
lyx_install(${TOP_SRC_DIR}/lib images/math * . oxygen)
|
||||
foreach(_imgext "png" "svgz" "gif" "xpm")
|
||||
lyx_install(${TOP_SRC_DIR}/lib images "*.${_imgext}" . ipa commands attic classic oxygen)
|
||||
lyx_install(${TOP_SRC_DIR}/lib images/math "*.${_imgext}" . oxygen)
|
||||
endforeach()
|
||||
lyx_install(${TOP_SRC_DIR}/lib kbd * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib layouts * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib lyx2lyx *.py .)
|
||||
|
Loading…
Reference in New Issue
Block a user