The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 248c6ded33b7a47ae16670552bb493632105b931
Author: Kornel Benko <[email protected]>
Date:   Mon Feb 18 16:34:19 2013 +0100

    Cmake tests: Add lyx-files for export testing recursively.

diff --git a/development/autotests/CMakeLists.txt 
b/development/autotests/CMakeLists.txt
index 131c8b9..d5ead7d 100644
--- a/development/autotests/CMakeLists.txt
+++ b/development/autotests/CMakeLists.txt
@@ -64,7 +64,7 @@ endmacro()
 
 foreach(libsubfolder doc examples)
   set(LIBSUB_SRC_DIR "${TOP_SRC_DIR}/lib/${libsubfolder}")
-  file(GLOB lyx_files RELATIVE "${LIBSUB_SRC_DIR}" "${LIBSUB_SRC_DIR}/*.lyx")
+  file(GLOB_RECURSE lyx_files RELATIVE "${LIBSUB_SRC_DIR}" 
"${LIBSUB_SRC_DIR}/*.lyx")
   foreach(f ${lyx_files})
     # Strip extension
     string(REGEX REPLACE "\\.lyx$" "" f ${f})

-----------------------------------------------------------------------

Summary of changes:
 development/autotests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to