From 056ae6a9fe1e76109eb1c0b14f785cc2906cc1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Thu, 25 Sep 2014 00:25:02 +0200 Subject: [PATCH] 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 --- development/cmake/Install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake index 787c682539..ddf2440b4a 100755 --- a/development/cmake/Install.cmake +++ b/development/cmake/Install.cmake @@ -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 . * .)