commit 63deac73b3c6c02e62d426e29ba6869d2481e4f9
Author: Scott Kostyshak <[email protected]>
Date:   Sun Nov 24 21:39:54 2013 -0500

    Fix CMake install of examples/thesis
    
    I should have done this in f5cf21d7.

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index a32a964..6d23e52 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -108,7 +108,7 @@ lyx_install(${TOP_SRC_DIR}/lib doc          *      biblio 
clipart)
 
 lyx_install(${TOP_SRC_DIR}/lib doc/${_all_languages} *    clipart)
 
-lyx_install(${TOP_SRC_DIR}/lib examples     *      . ${_all_languages} 
springer)
+lyx_install(${TOP_SRC_DIR}/lib examples     *      . ${_all_languages} 
springer thesis)
 lyx_install(${TOP_SRC_DIR}/lib fonts        *      .)
 lyx_install(${TOP_SRC_DIR}/lib images       *      . math ipa commands attic 
classic oxygen)
 lyx_install(${TOP_SRC_DIR}/lib kbd          *      .)
@@ -116,7 +116,7 @@ lyx_install(${TOP_SRC_DIR}/lib layouts      *      .)
 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 thesis)
+lyx_install(${TOP_SRC_DIR}/lib templates    *      . attic)
 lyx_install(${TOP_SRC_DIR}/lib tex          *      .)
 lyx_install(${TOP_SRC_DIR}/lib ui           *      .)
 lyx_install(${TOP_SRC_DIR}/lib .            *      .)

Reply via email to