mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Cmake build: install moved springer files
The spriger directory moved from templates to examples, but the installation of them was forgotten.
This commit is contained in:
parent
bac7708d4b
commit
e1a442509d
@ -108,7 +108,7 @@ lyx_install(${TOP_SRC_DIR}/lib doc * biblio clipart)
|
||||
|
||||
lyx_install(${TOP_SRC_DIR}/lib doc/${_all_languages} * clipart)
|
||||
|
||||
lyx_install(${TOP_SRC_DIR}/lib examples * . ${_all_languages})
|
||||
lyx_install(${TOP_SRC_DIR}/lib examples * . ${_all_languages} springer)
|
||||
lyx_install(${TOP_SRC_DIR}/lib fonts * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib images * . math ipa commands attic classic oxygen)
|
||||
lyx_install(${TOP_SRC_DIR}/lib kbd * .)
|
||||
@ -116,7 +116,7 @@ lyx_install(${TOP_SRC_DIR}/lib layouts * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib lyx2lyx *.py .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib scripts *.py .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib scripts *.R .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib templates * . attic springer thesis)
|
||||
lyx_install(${TOP_SRC_DIR}/lib templates * . attic thesis)
|
||||
lyx_install(${TOP_SRC_DIR}/lib tex * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib ui * .)
|
||||
lyx_install(${TOP_SRC_DIR}/lib . * .)
|
||||
|
Loading…
Reference in New Issue
Block a user