Am Donnerstag, 25. September 2014 um 00:23:29, schrieb Uwe Stöhr <uwesto...@lyx.org> > 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) ... 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
signature.asc
Description: This is a digitally signed message part.