commit 2cce445862bc0496b31f20cc4f7f117fca25caf7
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Tue Sep 17 21:41:48 2024 +0200

    Amend e72ca6a5
---
 development/autotests/export.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/development/autotests/export.cmake 
b/development/autotests/export.cmake
index 54c98ca161..d8a737eb63 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -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")
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to