Install.cmake: add missing subfolder "\templates\springer" and remove an unnecessary folder

we don't need to install the attic template files. These are for years now in attic and LyX 2.2. should make a cut somehow for very old attic material
This commit is contained in:
Uwe Stöhr 2014-09-25 00:25:02 +02:00
parent 5fed02159c
commit 056ae6a9fe

View File

@ -95,7 +95,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)
lyx_install(${TOP_SRC_DIR}/lib templates * . springer)
lyx_install(${TOP_SRC_DIR}/lib tex * .)
lyx_install(${TOP_SRC_DIR}/lib ui * .)
lyx_install(${TOP_SRC_DIR}/lib . * .)