commit 53fb8f28a5333a5e703eb7564dd9e97eba1844ca
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Thu Sep 25 00:23:23 2014 +0200

    Install.cmake: add missing subfolder "\templates\springer"

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index 6d23e52..2d82c8d 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 .            *      .)

Reply via email to