Discussion:
[LyX/2.1.x] Install.cmake: add missing subfolder "\templates\springer"
Kornel Benko
2014-09-25 06:53:58 UTC
Permalink
commit 53fb8f28a5333a5e703eb7564dd9e97eba1844ca
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)
...
it should be a one liner
lyx_install(${TOP_SRC_DIR}/lib templates * . attic springer)

Parameter following the second argument represent a list of subdirectories to apply to.

Kornel

Loading...