mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Cmake build: Add .tex files to the list of doc-files.
(This adds "SpecialParagraphShape.tex", which is needed by Additional.lyx)
This commit is contained in:
parent
e27ee60098
commit
ab1be44b92
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user