The branch, master, has been updated.

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

commit ab1be44b920f6c2116189de4d766b0d00d696c95
Author: Kornel Benko <[email protected]>
Date:   Sun Jan 13 15:31:23 2013 +0100

    Cmake build: Add .tex files to the list of doc-files.
    (This adds "SpecialParagraphShape.tex", which is needed by
    Additional.lyx)

diff --git a/development/cmake/doc/CMakeLists.txt 
b/development/cmake/doc/CMakeLists.txt
index d3895dd..b9e1744 100644
--- a/development/cmake/doc/CMakeLists.txt
+++ b/development/cmake/doc/CMakeLists.txt
@@ -8,7 +8,10 @@
 project(doc)
 
 SET(_docs)
-file(GLOB_RECURSE _rel_lyx_docs RELATIVE "${TOP_SRC_DIR}/lib/doc" 
"${TOP_SRC_DIR}/lib/doc/*.lyx" "${TOP_SRC_DIR}/lib/doc/*.txt")
+file(GLOB_RECURSE _rel_lyx_docs RELATIVE "${TOP_SRC_DIR}/lib/doc"
+                       "${TOP_SRC_DIR}/lib/doc/*.lyx"
+                       "${TOP_SRC_DIR}/lib/doc/*.txt"
+                       "${TOP_SRC_DIR}/lib/doc/*.tex")
 list(REMOVE_ITEM _rel_lyx_docs LFUNs.lyx)
 
 foreach(_rel_doc ${_rel_lyx_docs})

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

Summary of changes:
 development/cmake/doc/CMakeLists.txt |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to