mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Use build dir as source for _all_ latex output formats
This commit is contained in:
parent
2b9a9d97a6
commit
af18890ed6
@ -33,7 +33,7 @@ set(GetTempDir "${TOP_SRC_DIR}/development/autotests/getTempDir.pl")
|
||||
set(_ft ${fonttype})
|
||||
execute_process(COMMAND ${PERL_EXECUTABLE} "${GetTempDir}" "${WORKDIR}" OUTPUT_VARIABLE TempDir)
|
||||
message(STATUS "using fonttype = ${_ft}")
|
||||
if(format MATCHES "dvi3|pdf4|pdf5")
|
||||
if(format MATCHES "dvi|pdf")
|
||||
message(STATUS "LYX_TESTS_USERDIR = ${LYX_TESTS_USERDIR}")
|
||||
message(STATUS "Converting with perl ${Perl_Script}")
|
||||
set(LYX_SOURCE "${TempDir}/${file}_${format}_${_ft}.lyx")
|
||||
|
Loading…
Reference in New Issue
Block a user