]> git.lyx.org Git - features.git/commitdiff
Cmake build: Add .tex files to the list of doc-files.
authorKornel Benko <kornel@lyx.org>
Sun, 13 Jan 2013 14:31:23 +0000 (15:31 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 13 Jan 2013 14:31:23 +0000 (15:31 +0100)
(This adds "SpecialParagraphShape.tex", which is needed by
Additional.lyx)

development/cmake/doc/CMakeLists.txt

index d3895ddf741da40269d626ba02b14bb96b5833ab..b9e17440ea211ba73d8aa1794ad6caca1959b26d 100644 (file)
@@ -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})