mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Thinko in commit a10b671317
This commit is contained in:
parent
b06b4095ca
commit
e17fdd1506
@ -51,8 +51,12 @@ if(format MATCHES "dvi|pdf")
|
||||
else()
|
||||
message(STATUS "Not converting")
|
||||
set(LYX_SOURCE "${LYX_ROOT}/${file}.lyx")
|
||||
# Font-type not relevant for lyx16/lyx21 exports
|
||||
set(result_file_base ${file})
|
||||
if(extension MATCHES "\\.lyx$")
|
||||
# Font-type not relevant for lyx16/lyx21 exports
|
||||
set(result_file_base ${file})
|
||||
else()
|
||||
set(result_file_name ${file}.${extension})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(ENV{${LYX_USERDIR_VER}} "${LYX_TESTS_USERDIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user