From 53fb8f28a5333a5e703eb7564dd9e97eba1844ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 25 Sep 2014 00:23:23 +0200 Subject: [PATCH] Install.cmake: add missing subfolder "\templates\springer" --- development/cmake/Install.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake index 6d23e522f1..2d82c8dd5a 100755 --- a/development/cmake/Install.cmake +++ b/development/cmake/Install.cmake @@ -117,6 +117,7 @@ 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 . * .) -- 2.39.5