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

This commit is contained in:
Uwe Stöhr 2014-09-25 00:23:23 +02:00
parent 499cc58b0e
commit 53fb8f28a5

View File

@ -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 . * .)