mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add templates to export tests (CMake & autotools)
This commit is contained in:
parent
9183c922ea
commit
28104a7496
@ -62,7 +62,7 @@ macro(getdefaultoutputformat filepath varname)
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
foreach(libsubfolder doc examples)
|
||||
foreach(libsubfolder doc examples templates)
|
||||
set(LIBSUB_SRC_DIR "${TOP_SRC_DIR}/lib/${libsubfolder}")
|
||||
file(GLOB_RECURSE lyx_files RELATIVE "${LIBSUB_SRC_DIR}" "${LIBSUB_SRC_DIR}/*.lyx")
|
||||
list(SORT lyx_files)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
failed=0
|
||||
for libsubdir in doc examples; do
|
||||
for libsubdir in doc examples templates; do
|
||||
for format in xhtml lyx16x; do
|
||||
for f in $LYX_ROOT/lib/$libsubdir/*lyx; do
|
||||
if $LYX_EXE -e $format $f >> lyx-log.txt 2>&1; then
|
||||
|
Loading…
Reference in New Issue
Block a user