]> git.lyx.org Git - lyx.git/commitdiff
Amend e72ca6a5
authorScott Kostyshak <skostysh@lyx.org>
Tue, 17 Sep 2024 19:41:48 +0000 (21:41 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 17 Sep 2024 19:41:48 +0000 (21:41 +0200)
development/autotests/export.cmake

index 54c98ca161e4fb3fb35738a7dae14519b808f9bd..d8a737eb63c6fde5abaa115892789772fb737be8 100755 (executable)
@@ -234,11 +234,11 @@ if (extension MATCHES "\\.lyx$")
   message(STATUS "readDefaultOutputFormat = ${_export_format}")
   if (${_export_format} MATCHES "pdf2")
     set(_texformat "pdflatex")
-  elsif(${_export_format} MATCHES "pdf3")
+  elseif(${_export_format} MATCHES "pdf3")
     set(_texformat "platex")
-  elsif(${_export_format} MATCHES "pdf4")
+  elseif(${_export_format} MATCHES "pdf4")
     set(_texformat "xetex")
-  elsif(${_export_format} MATCHES "pdf5")
+  elseif(${_export_format} MATCHES "pdf5")
     set(_texformat "luatex")
   else()
     set(_texformat "empty")